From 525219ee306d271b7b8bf54a486424aa430fd32f Mon Sep 17 00:00:00 2001 From: Pritee Karpe Date: Thu, 8 Jan 2026 20:16:13 +0530 Subject: [PATCH] Fix signup auth switch placement inside card --- Frontend/src/pages/Signup.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Frontend/src/pages/Signup.tsx b/Frontend/src/pages/Signup.tsx index 0055239..fdeb9e2 100644 --- a/Frontend/src/pages/Signup.tsx +++ b/Frontend/src/pages/Signup.tsx @@ -129,23 +129,23 @@ export default function SignupPage() { Inpact -
- - Already have an account? - - - Sign in - -
+
+
+ Already have an account?{" "} + + Sign in + +
+

{step === 1 ? "Create your account" : "Complete your profile"}