diff --git a/apps/minifront/src/components/header/tablet-nav-menu.tsx b/apps/minifront/src/components/header/tablet-nav-menu.tsx index b6e63d5ca0..5da4ffae03 100644 --- a/apps/minifront/src/components/header/tablet-nav-menu.tsx +++ b/apps/minifront/src/components/header/tablet-nav-menu.tsx @@ -23,8 +23,9 @@ export const TabletNavMenu = () => { { - [...headerLinks, transactionLink].find(link => link.subLinks?.includes(pathname)) - ?.label + [...headerLinks, transactionLink].find( + link => link.href === pathname || link.subLinks?.includes(pathname), + )?.label }