From 7b41969b13a315aa62ffd74a1cdc5cb3b10b4751 Mon Sep 17 00:00:00 2001 From: KGFCH2 Date: Tue, 2 Jun 2026 14:43:18 +0530 Subject: [PATCH] fix: normalize auth navigation links to /auth --- client/src/components/Home.jsx | 10 +++++----- client/src/components/Navbar.jsx | 8 ++++---- client/src/pages/AuthForms.jsx | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/src/components/Home.jsx b/client/src/components/Home.jsx index 49f1516..03dcf88 100644 --- a/client/src/components/Home.jsx +++ b/client/src/components/Home.jsx @@ -264,13 +264,13 @@ export const Home = () => { ) : ( <> Get Started Free { Try template @@ -815,7 +815,7 @@ export const Home = () => { className="text-center mt-16" > Explore All Templates @@ -993,7 +993,7 @@ export const Home = () => { ) : ( <> Get Started Free diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index bc8bd4e..aad7b3b 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -82,13 +82,13 @@ export const Navbar = () => { ) : ( <> Login { ) : (
setIsMobileMenuOpen(false)} > Login Don't have an account?{" "} - Register @@ -417,7 +417,7 @@ export function RegisterForm() { darkMode ? "text-gray-400" : "text-gray-600" } transition-colors duration-300`}> Already have an account?{" "} - Login