diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 99d6bce..fb959cc 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -37,14 +37,14 @@ export const Sidebar = () => { return ( {/* Stargaze brand as home button */} - [e.preventDefault(), router.push('/brand')]}> - Brand Text + [e.preventDefault(), router.push('/brand')]}> + Brand Text {/* wallet button */} {/* main navigation routes */} -
+
  • { const displayName = useWalletStore((store) => store.name || getShortAddress(store.address)) return ( - + {({ close }) => ( <>