From d9f642f77b1da8d7b4cde4dae8d48373280acf33 Mon Sep 17 00:00:00 2001 From: fakepixels Date: Mon, 12 Aug 2024 16:26:06 -0400 Subject: [PATCH] Fix typos and languages --- site/docs/pages/wallet/wallet.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/docs/pages/wallet/wallet.mdx b/site/docs/pages/wallet/wallet.mdx index 235fd1878d..b32e78bb7c 100644 --- a/site/docs/pages/wallet/wallet.mdx +++ b/site/docs/pages/wallet/wallet.mdx @@ -25,7 +25,11 @@ import WalletComponents from '../../components/WalletComponents'; # `` -The Wallet components provide a comprehensive interface for users to connect their Smart Wallet, view their identity information, and manage their wallet connection. Before using them, ensure you've completed all Getting Started steps. +The Wallet components provide a comprehensive interface for users to connect their Smart Wallet, view their onchain profile, and manage their wallet connection. Before using them, ensure you've completed all [Getting Started](/getting-started) steps. + +:::info +We added [Basename](https://www.base.org/names) support and wallet funding options in the Wallet Component. +::: ## Usage @@ -341,15 +345,15 @@ The components are designed to work together hierarchically. For each component, - `` - Serves as the main container for all wallet-related components. - `` - Handles the wallet connection process. Place child components inside to customize the connect button appearance. - `` - Contains additional wallet information and options. Place inside the `` component. -- `` - Displays user identity information. Place inside `` for a complete profile view. -- `` - Displays the user's base name within the dropdown. +- `` - Displays user identity information and Basename. Place inside `` for a complete profile view. +- `` - Displays the user's Basename within the dropdown. - `` - Creates a custom link within the dropdown. Use the `icon` prop to add an icon, and `href` to specify the destination. - `` - Provides a disconnect option within the dropdown. Additional components for customizing the wallet interface include: - `` - Displays the user's avatar image. -- `` - Shows the user's name or ENS. +- `` - Shows the user's Basename or ENS. - `` - Can be used to display additional user status or information. - `
` - Shows the user's wallet address. - `` - Displays the user's ETH balance.