diff --git a/apps/web/src/components/Basenames/RegistrationFlow.tsx b/apps/web/src/components/Basenames/RegistrationFlow.tsx index ff07e33465..6ec4d26b8f 100644 --- a/apps/web/src/components/Basenames/RegistrationFlow.tsx +++ b/apps/web/src/components/Basenames/RegistrationFlow.tsx @@ -115,7 +115,7 @@ export function RegistrationFlow() { return ( <> - {isDevelopment && } + {false && isDevelopment && }
{/* 1. Brand & Search */} (false); useEffect(() => { @@ -60,6 +60,8 @@ export function ConnectWalletButton({ const chains = useChains(); const chainSupported = !!chain && chains.includes(chain); const { basenameChain } = useBasenameChain(); + const [, copy] = useCopyToClipboard(); + const copyAddress = useCallback(() => void copy(address ?? ''), [address, copy]); useEffect(() => { if (address) { @@ -132,16 +134,21 @@ export function ConnectWalletButton({ return ( - + - - + + - +