Skip to content

Commit

Permalink
chore: webwallet link
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Jun 26, 2024
1 parent 2a603d4 commit ababcbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/starknetkitNext/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ export default function StarknetkitLatest() {
}}
/>

{wallet.id === "argentWebWallet" && (
<a
target="_blank"
href={`${process.env.NEXT_PUBLIC_ARGENT_WEBWALLET_URL}`}
rel="noopener noreferrer"
>
Webwallet dashboard
</a>
)}

<AccountSection
address={connectorData?.account}
chainId={connectorData?.chainId}
Expand Down

0 comments on commit ababcbc

Please sign in to comment.