diff --git a/app/signup/page.tsx b/app/signup/page.tsx index 1ebbd5b..89ede43 100644 --- a/app/signup/page.tsx +++ b/app/signup/page.tsx @@ -493,7 +493,8 @@ export default function SignupPage() { {/* Fixed Footer */}
diff --git a/components/pages/login.tsx b/components/pages/login.tsx index bfb1ec0..d6187e1 100644 --- a/components/pages/login.tsx +++ b/components/pages/login.tsx @@ -262,7 +262,8 @@ export default function Login() { > {isSubmitting ? "Logging in..." : "Login"} -