From ae0374b63a94bbe9dcf79a677cf6c2f38eaa6fbc Mon Sep 17 00:00:00 2001 From: janpeter visser Date: Sat, 2 May 2026 15:43:05 +0200 Subject: [PATCH] feat(ST-1203): add Insights link to NavBar Co-Authored-By: Claude Sonnet 4.6 --- components/shared/nav-bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/shared/nav-bar.tsx b/components/shared/nav-bar.tsx index f039e67..635fe69 100644 --- a/components/shared/nav-bar.tsx +++ b/components/shared/nav-bar.tsx @@ -138,6 +138,7 @@ export function NavBar({ ) : disabledSpan('Solo')} {navLink('/todos', "Todo's", pathname.startsWith('/todos'))} + {navLink('/insights', 'Insights', pathname.startsWith('/insights'))}