From 233ddffeb4728959a608721f07a35c2a4441eb02 Mon Sep 17 00:00:00 2001 From: rittika03 Date: Mon, 26 Jan 2026 18:23:38 +0530 Subject: [PATCH] feat(login): add back-to-home navigation link --- client/src/components/auth/AuthForm.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/components/auth/AuthForm.tsx b/client/src/components/auth/AuthForm.tsx index 9e91cfa..9a95f83 100644 --- a/client/src/components/auth/AuthForm.tsx +++ b/client/src/components/auth/AuthForm.tsx @@ -84,6 +84,15 @@ const AuthForm: React.FC = ({ onAuthChange }) => {
+ {/* ✅ Back to Home */} + +
{isLogin ? (