Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent 21b3f22 commit 83e8da3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions site/docs/pages/wallet/wallet-dropdown-fund-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ The Wallet Dropdown Fund Link provides an easy way for to access the [Funding](h

```tsx
import {
// [!code focus]
ConnectWallet,
Wallet,
WalletDropdown,
Expand All @@ -55,13 +54,11 @@ export function WalletComponents() {
<Avatar className="h-6 w-6" />
<Name />
</ConnectWallet>
// [!code focus]
<WalletDropdown>
// [!code focus]
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name />
<Address className={color.foregroundMuted} />
<Address />
<EthBalance />
</Identity>
<WalletDropdownFundLink /> // [!code focus]
Expand All @@ -71,7 +68,6 @@ export function WalletComponents() {
<WalletDropdownDisconnect />
</WalletDropdown>
</Wallet>
// [!code focus]
</div>
);
}
Expand Down

0 comments on commit 83e8da3

Please sign in to comment.