Commit 61758db5 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: active state for Token Explore (#4439)

fix active state for Token Explore
Co-authored-by: default avatarCharlie <charlie@uniswap.org>
parent 9e9d98bb
...@@ -87,7 +87,7 @@ const Navbar = () => { ...@@ -87,7 +87,7 @@ const Navbar = () => {
<MenuItem href="/swap" isActive={pathname.startsWith('/swap')}> <MenuItem href="/swap" isActive={pathname.startsWith('/swap')}>
Swap Swap
</MenuItem> </MenuItem>
<MenuItem href="/tokens" isActive={pathname.startsWith('/explore')}> <MenuItem href="/tokens" isActive={pathname.startsWith('/tokens')}>
Tokens Tokens
</MenuItem> </MenuItem>
{nftFlag === NftVariant.Enabled && ( {nftFlag === NftVariant.Enabled && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment