Skip to content

Commit

Permalink
Fix arbitrum logo (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilesh authored Nov 22, 2023
1 parent bb64ecf commit 49623ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/ChainIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ const ChainIndicator = ({ isDarkMode }) => {
>
<CurrentChainInfo>
<Image
src={`./svg/${networkName[currentChainId]?.split(' ')[0]}.svg`}
width="28px"
src={`./svg/${LOGO_FROM_CHAIN_ID[currentChainId]}`}
width="24px"
height="24px"
/>
{/* will be shown only on mob devices */}
<ChainName color={theme.chainIndicatorHeadingMobile}>{networkName[currentChainId]}</ChainName>
Expand Down

0 comments on commit 49623ea

Please sign in to comment.