diff --git a/src/components/Svg/Chains/POLYGON.tsx b/src/components/Svg/Chains/POLYGON.tsx index 3db46ce5..bea3f7b5 100644 --- a/src/components/Svg/Chains/POLYGON.tsx +++ b/src/components/Svg/Chains/POLYGON.tsx @@ -10,7 +10,8 @@ const POLYGON: React.FC = (props) => { fill="white" /> - ); + + ); }; export default POLYGON; diff --git a/src/widgets/NetworkModal/config.tsx b/src/widgets/NetworkModal/config.tsx index 5a01c0cd..0bda372a 100644 --- a/src/widgets/NetworkModal/config.tsx +++ b/src/widgets/NetworkModal/config.tsx @@ -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,