diff --git a/apps/web/components/login.tsx b/apps/web/components/login.tsx index 6aa8bbec8..baadc4def 100644 --- a/apps/web/components/login.tsx +++ b/apps/web/components/login.tsx @@ -54,15 +54,6 @@ export default function Login() {
- Or{" "} - - create a new Account - -
+ Already have an account?{" "} + + Sign In + +
diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index d02d35a9f..b29029fb8 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -5,7 +5,7 @@ export default function SignupPage() { return ( <> -