Skip to content

Commit

Permalink
Website token details
Browse files Browse the repository at this point in the history
  • Loading branch information
bshevchenko committed Jun 10, 2024
1 parent 4b7dc6e commit f3f9ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nextjs/components/Accounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ export const Accounts = ({ isFetchingTokens, tokens }: { isFetchingTokens: boole
<div className="flex items-center mb-3">
<Image alt="website" width={46} height={46} src="/link.svg" priority />
<b className="ml-3">Website</b>
<DocumentMagnifyingGlassIcon
onClick={() => setActiveModal(token)}
className="w-6 ml-3 text-gray-600 hover:text-green-400 cursor-pointer"
/>
</div>
<div>
<a
Expand Down

0 comments on commit f3f9ba0

Please sign in to comment.