diff --git a/apps/web/src/components/Builders/Shared/LiveDemo/index.tsx b/apps/web/src/components/Builders/Shared/LiveDemo/index.tsx index 1d7b8e9b2b..206b419ea4 100644 --- a/apps/web/src/components/Builders/Shared/LiveDemo/index.tsx +++ b/apps/web/src/components/Builders/Shared/LiveDemo/index.tsx @@ -11,7 +11,6 @@ import { Swap } from '@coinbase/onchainkit/swap'; import { Transaction } from '@coinbase/onchainkit/transaction'; import { ConnectWallet, - ConnectWalletText, Wallet, WalletAdvancedAddressDetails, WalletAdvancedTokenHoldings, @@ -90,34 +89,54 @@ export function LiveDemo({ switch (activeTab) { case 'SmartWallet': return ( - - - + + + + + {mode === 'dark' ? : } + Sign in with Base + + + } + /> + - - {mode === 'dark' ? : } - Sign in with Base - - - - - - - - - - + + + + + + + > ); case 'Wallet': return (