diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index f8294cab..9bbb0631 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -22,11 +22,6 @@ import { trackCallback } from 'web/lib/service/analytics' function getNavigation(username: string) { return [ { name: 'Home', href: '/home', icon: HomeIcon }, - { - name: 'Portfolio', - href: `/${username}?tab=bets`, - icon: PresentationChartLineIcon, - }, { name: 'Notifications', href: `/notifications`, @@ -64,29 +59,32 @@ export function BottomNavBar() { {navigationOptions.map((item) => ( ))} + + {user && ( + ( + + ), + }} + /> + )}
setSidebarOpen(true)} > - {user === null ? ( - <> -