From f389b91e6e7e3f373b8e94898ab7b786ebdd27e1 Mon Sep 17 00:00:00 2001 From: Jez Date: Sat, 8 Nov 2025 14:58:48 +1100 Subject: [PATCH 1/2] fix: correct todos navigation link path - Change /todos to /dashboard/todos to match actual route - Fixes 404 error when clicking Todos in navigation - Actual route is in app/dashboard/todos/page.tsx --- src/components/navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index a6a3b0f..9595f27 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -22,7 +22,7 @@ export function Navigation() { Home - + - +