diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index 926b8ae8..23c9ab38 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -24,7 +24,7 @@ function getNavigation(username: string) { { name: 'Home', href: '/home', icon: HomeIcon }, { name: 'Portfolio', - href: `/${username}/bets`, + href: `/${username}?tab=bets`, icon: PresentationChartLineIcon, }, {