From 4f78d2b16b54567b998036f520eac05fdfde863c Mon Sep 17 00:00:00 2001 From: Professor S <84548711+Prof-SD@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:05:19 -0700 Subject: [PATCH] Updated for chain icons to be used in info page --- src/components/Svg/Chains/POLYGON.tsx | 3 ++- src/widgets/NetworkModal/config.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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,