diff --git a/web/components/nav/group-nav-bar.tsx b/web/components/nav/group-nav-bar.tsx index 555c9c56..b4a90e8b 100644 --- a/web/components/nav/group-nav-bar.tsx +++ b/web/components/nav/group-nav-bar.tsx @@ -11,6 +11,7 @@ import { useUser } from 'web/hooks/use-user' import NotificationsIcon from '../notifications-icon' import router from 'next/router' import { userProfileItem } from './bottom-nav-bar' +import Link from 'next/link' const mobileGroupNavigation = [ { name: 'Markets', key: 'markets', icon: PresentationChartLineIcon }, @@ -35,7 +36,7 @@ export function GroupNavBar(props: { const user = useUser() return ( -