Skip to content

Commit

Permalink
fixup! feat(suite-native): introduce crypto icon with network
Browse files Browse the repository at this point in the history
This reverts commit 9cd5d10.
  • Loading branch information
vytick committed Feb 11, 2025
1 parent 28cae12 commit 39c7218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/icons/src/CryptoIconWithNetwork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const networkWrapperStyle = prepareNativeStyle<{ size: CryptoIconSize }>((utils,
borderRadius: networkIconSizes[size] / 3,
}));

// This component shows network icon for tokens
// This component shows network icon for tokens
// and for non Ethereum networks with native coin being eth (base, arbitrum, optimism)
export const CryptoIconWithNetwork = ({
symbol,
Expand Down

0 comments on commit 39c7218

Please sign in to comment.