diff --git a/components/WalletContainer.tsx b/components/WalletContainer.tsx index e498f03..4f1e592 100644 --- a/components/WalletContainer.tsx +++ b/components/WalletContainer.tsx @@ -53,7 +53,7 @@ const WalletContainer = () => { d="M17 4V1L16 0H1L0 1V13L1 14H16L17 13V10H18V4H17ZM16 1.41421L15.5858 1H1.41421L1 1.41421V12.5858L1.41421 13H15.5858L16 12.5858V10H7L6 9V5L7 4H16V1.41421ZM17 5H7.41421L7 5.41421V8.58579L7.41421 9H17V5Z" /> -
+
{isConnected && address ? (ensName ? ensName.substring(0, 12) : formatHexString(address)) : "Connect"}
diff --git a/components/nav/navbar.tsx b/components/nav/navbar.tsx index 2ea9739..f23d452 100644 --- a/components/nav/navbar.tsx +++ b/components/nav/navbar.tsx @@ -46,16 +46,16 @@ export const Navbar: React.FC = () => { return ( <> -