fix mobile nav active state

This commit is contained in:
saml33 2022-12-07 15:39:19 +11:00
parent 01ac50b4ab
commit 9dab1cdcd4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const BottomBar = () => {
href="/settings"
shallow={true}
className={`${
asPath === '/trade' ? 'text-th-active' : 'text-th-fgd-3'
asPath === '/settings' ? 'text-th-active' : 'text-th-fgd-3'
} col-span-1 flex cursor-pointer flex-col items-center`}
>
<Cog8ToothIcon className="mb-1 h-4 w-4" />