diff --git a/apps/base-docs/docs/components/SmartWalletQuickstartOptions.tsx b/apps/base-docs/docs/components/SmartWalletQuickstartOptions.tsx index a31602b4189..150e25eb49d 100644 --- a/apps/base-docs/docs/components/SmartWalletQuickstartOptions.tsx +++ b/apps/base-docs/docs/components/SmartWalletQuickstartOptions.tsx @@ -18,6 +18,7 @@ export default function SmartWalletQuickstartOptions() { /> } /> diff --git a/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/index.mdx b/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/index.mdx index beede160925..982d58ee095 100644 --- a/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/index.mdx +++ b/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/index.mdx @@ -7,9 +7,10 @@ with no app or extension required, thanks to its reliance on [Passkeys](https:// This simple guide provides three options for getting started with Smart Wallet: -1. [Quick Demo using OnchainKit (5 mins)](/identity/smart-wallet/quickstart/quick-demo) - The fastest way to see Smart Wallet in action -2. [Add to Existing Next.js Project (15 mins)](/identity/smart-wallet/quickstart/nextjs-project) - Step-by-step integration with an existing Next.js application using Wagmi -3. [Add to Existing React Native Project](/identity/smart-wallet/quickstart/react-native-project) - A detailed guide for adding Smart Wallet to an existing React Native project +1. [Quick Demo using OnchainKit](/identity/smart-wallet/quickstart/quick-demo) - The fastest way to see Smart Wallet in action +2. [Add to Existing Next.js Project](/identity/smart-wallet/quickstart/nextjs-project) - Step-by-step integration with an existing Next.js application using Wagmi +3. [Add to Existing React Native Project](/identity/smart-wallet/quickstart/react-native-project) - A simple installation instruction. _A more detailed guide coming soon._ + diff --git a/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/quick-demo.mdx b/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/quick-demo.mdx index 9eb98bcfdf1..a61a5f22afe 100644 --- a/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/quick-demo.mdx +++ b/apps/base-docs/docs/pages/identity/smart-wallet/quickstart/quick-demo.mdx @@ -1,6 +1,6 @@ import { Callout } from "vocs/components"; -# Quick Demo using OnchainKit (5 mins) +# Quick Demo using OnchainKit This option uses the OnchainKit [Wallet component](/builderkits/onchainkit/wallet/wallet). It is perfect for quickly experiencing Smart Wallet functionality with minimal setup.