Skip to content

Commit

Permalink
docs: Clean up Wallet docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 6, 2024
1 parent 9feae4d commit 884ab02
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions site/docs/pages/wallet/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
Address,
Avatar,
Name,
Badge,
Identity,
EthBalance,
} from '@coinbase/onchainkit/identity';
Expand All @@ -40,7 +39,6 @@ import {
Address,
Avatar,
Name,
Badge,
Identity,
EthBalance,
} from '@coinbase/onchainkit/identity';
Expand All @@ -58,7 +56,6 @@ export function WalletComponents() {
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address className={color.foregroundMuted} />
<EthBalance />
Expand All @@ -84,7 +81,6 @@ export function WalletComponents() {
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address className={color.foregroundMuted} />
<EthBalance />
Expand Down Expand Up @@ -116,7 +112,6 @@ You can override component styles using `className`.
>
<Avatar />
<Name>
<Badge />
</Name>
<Address />
<EthBalance />
Expand All @@ -143,7 +138,6 @@ You can override component styles using `className`.
<Identity className="px-4 pt-3 pb-2 hover:bg-blue-200" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address className={color.foregroundMuted} />
<EthBalance />
Expand Down Expand Up @@ -185,7 +179,6 @@ You can override component text using `text`.
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address className={color.foregroundMuted} />
<EthBalance />
Expand Down Expand Up @@ -251,7 +244,6 @@ OnchainKit leverages [RainbowKit](https://www.rainbowkit.com/) to offer this fea
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address />
<EthBalance />
Expand Down Expand Up @@ -347,7 +339,6 @@ export default OnchainProviders;
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
<Badge />
</Name>
<Address className={color.foregroundMuted} />
<EthBalance />
Expand Down

0 comments on commit 884ab02

Please sign in to comment.