Skip to content

Commit

Permalink
Merge pull request #19 from argentlabs/develop
Browse files Browse the repository at this point in the history
chore: webwallet link
  • Loading branch information
bluecco authored Jun 26, 2024
2 parents c168953 + ababcbc commit e2860ad
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 e2860ad

Please sign in to comment.