Skip to content

Commit

Permalink
Fix ETH icon
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Nov 5, 2024
1 parent dbfb312 commit b95aac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const TokenIcon: FC<TokenIconProps> = ({ name, logoURI, size, verified, o
switch (originChain.toLowerCase()) {
case 'bsc':
return <BSCIcon />
case 'ethereum':
case 'eth':
return <EthereumIcon />
default:
return undefined
Expand Down

0 comments on commit b95aac7

Please sign in to comment.