From 2e0784f50c563c60d98df310ee63e4359361c136 Mon Sep 17 00:00:00 2001 From: Hamzat Victor Date: Sun, 27 Jul 2025 16:30:48 +0200 Subject: [PATCH 01/11] fix: update navbar link to point to dashboard instead of root(since the root redirects to dashboard) --- web/components/dashboard/navbar/index.tsx | 2 +- web/components/profile/navbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/dashboard/navbar/index.tsx b/web/components/dashboard/navbar/index.tsx index 13caee46..bba3929e 100644 --- a/web/components/dashboard/navbar/index.tsx +++ b/web/components/dashboard/navbar/index.tsx @@ -10,7 +10,7 @@ export default function DashboardNavbar({ userData }: { userData: User }) {
diff --git a/web/components/profile/navbar.tsx b/web/components/profile/navbar.tsx index 5de5c55a..cec73f0a 100644 --- a/web/components/profile/navbar.tsx +++ b/web/components/profile/navbar.tsx @@ -11,7 +11,7 @@ export default function ProfileNavbar({ userData }: { userData?: User }) {