From 7ae96a4e2856b395ba30abb031474d821f0e7fad Mon Sep 17 00:00:00 2001 From: Naman Parashar Date: Sat, 8 Jun 2024 10:51:33 +0530 Subject: [PATCH] Resolved small bug in SignUp page --- src/pages/Signup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Signup.jsx b/src/pages/Signup.jsx index 7ba0dd4..9feb97e 100644 --- a/src/pages/Signup.jsx +++ b/src/pages/Signup.jsx @@ -370,7 +370,7 @@ function Signup() { `} - ); + {/* Resolvedd the bug here */} )}