Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fakepixels committed Oct 1, 2024
1 parent 3ed4b24 commit 92b23a5
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 3 deletions.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/IdentityWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import {
Avatar,
Name
Expand Down
7 changes: 4 additions & 3 deletions src/components/WalletWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use client';

import {
Address,
Avatar,
Expand Down Expand Up @@ -46,10 +47,10 @@ export default function WalletWrapper({
<EthBalance />
</Identity>
<WalletDropdownBasename />
<WalletDropdownLink icon="wallet" href="https://wallet.coinbase.com">
Go to Wallet Dashboard
<WalletDropdownLink icon="wallet" target="_blank" href="https://wallet.coinbase.com">
Wallet
</WalletDropdownLink>
<WalletDropdownFundLink />
<WalletDropdownFundLink text="Fund" />
<WalletDropdownDisconnect />
</WalletDropdown>
</Wallet>
Expand Down

0 comments on commit 92b23a5

Please sign in to comment.