Skip to content

Commit

Permalink
Updated for chain icons to be used in info page
Browse files Browse the repository at this point in the history
  • Loading branch information
Prof-SD committed Mar 16, 2023
1 parent c02156d commit 4f78d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/Svg/Chains/POLYGON.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const POLYGON: React.FC<SvgProps> = (props) => {
fill="white"
/>
<rect x="1" y="1.5" width="28" height="28" rx="14" stroke="#FAFAFA" strokeWidth="2" />
</svg> );
</svg>
);
};

export default POLYGON;
2 changes: 1 addition & 1 deletion src/widgets/NetworkModal/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ETH as ETHIcon, TLOS as TLOSIcon } from "../../components/Svg/tokens";
import BinanceChain from "./icons/BinanceChain";
import PolygonChain from "./icons/PolygonChain";
import { Config } from "./types";
import ARBITRUMIcon from "../../components/Svg/tokens/ARBITRUM";
import ARBITRUMIcon from "../../components/Svg/Chains/ARBITRUM";

export enum ChainId {
BSC = 56,
Expand Down

0 comments on commit 4f78d2b

Please sign in to comment.