Skip to content

Commit 8e2cd30

Browse files
committed
fix: update Navbar button to toggle menu instead of linking to account
1 parent b592af0 commit 8e2cd30

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/navbar/NavBar.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,7 @@ export function Navbar() {
141141
variant="link"
142142
asChild
143143
className="text-foreground justify-baseline px-3"
144-
>
145-
<ChainLink to="/account">Account</ChainLink>
146-
</Button>
147-
<Button
148-
variant="link"
149-
asChild
150-
className="text-foreground justify-baseline px-3"
144+
onClick={handleMenuToggle}
151145
>
152146
<ChainLink to="/account?accountTab=Faucet">Faucet</ChainLink>
153147
</Button>

0 commit comments

Comments
 (0)