fix: active state for Token Explore (#4439)
fix active state for Token Explore Co-authored-by: Charlie <charlie@uniswap.org>
This commit is contained in:
parent
9e9d98bb31
commit
61758db589
@ -87,7 +87,7 @@ const Navbar = () => {
|
||||
<MenuItem href="/swap" isActive={pathname.startsWith('/swap')}>
|
||||
Swap
|
||||
</MenuItem>
|
||||
<MenuItem href="/tokens" isActive={pathname.startsWith('/explore')}>
|
||||
<MenuItem href="/tokens" isActive={pathname.startsWith('/tokens')}>
|
||||
Tokens
|
||||
</MenuItem>
|
||||
{nftFlag === NftVariant.Enabled && (
|
||||
|
Loading…
Reference in New Issue
Block a user