From 51d830ac31572ca5aa1a62b1bc4bb497615f5b93 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Mon, 24 Nov 2025 04:52:42 -0800 Subject: [PATCH] fix: update Google sign-in redirect in Navbar component to direct users to the dashboard after authentication --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c458dbb..b6161d3 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -31,7 +31,7 @@ export default function Navbar() {