From e6c6f64077746b86390df3bb519388b232a253de Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 7 Sep 2022 21:16:58 -0500 Subject: [PATCH] fix mobile nav for trades tab --- web/components/nav/nav-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index 5a81f566..242d6ff5 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -64,7 +64,7 @@ export function BottomNavBar() { item={{ name: formatMoney(user.balance), trackingEventName: 'profile', - href: `/${user.username}?tab=bets`, + href: `/${user.username}?tab=trades`, icon: () => (