Skip to content

Commit

Permalink
feat: add chain icons to ChainsTable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xernesto committed Oct 28, 2023
1 parent 09e1447 commit 1b5d86e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ChainsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ function ChainsTable({
>
<td className="px-6 py-4">
<div className="flex items-center">
<div className="mr-3 flex h-7 w-7 shrink-0 items-center justify-center">
<img
className="w-7"
alt="listedChainImage"
src={chain.imageSource}
/>
</div>
<span className="mr-3">{chain.name}</span>
{isWalletConnected &&
currentNetwork?.chainId ===
Expand Down

0 comments on commit 1b5d86e

Please sign in to comment.