Skip to content

Commit

Permalink
Change to <Name />
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 6, 2024
1 parent 884ab02 commit 5dee2dd
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions site/docs/pages/wallet/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export function WalletComponents() {
<WalletDropdown> // [!code focus]
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
Expand All @@ -80,8 +79,7 @@ export function WalletComponents() {
<WalletDropdown>
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
Expand Down Expand Up @@ -111,8 +109,7 @@ You can override component styles using `className`.
hasCopyAddressOnClick
>
<Avatar />
<Name>
</Name>
<Name />
<Address />
<EthBalance />
</Identity>
Expand All @@ -137,8 +134,7 @@ You can override component styles using `className`.
<WalletDropdown>
<Identity className="px-4 pt-3 pb-2 hover:bg-blue-200" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
Expand Down Expand Up @@ -178,8 +174,7 @@ You can override component text using `text`.
<WalletDropdown>
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
Expand Down Expand Up @@ -243,8 +238,7 @@ OnchainKit leverages [RainbowKit](https://www.rainbowkit.com/) to offer this fea
<WalletDropdown>
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address />
<EthBalance />
</Identity>
Expand Down Expand Up @@ -338,8 +332,7 @@ export default OnchainProviders;
<WalletDropdown>
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick>
<Avatar />
<Name>
</Name>
<Name />
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
Expand Down

0 comments on commit 5dee2dd

Please sign in to comment.