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() {

Sign in to your account

-

- Or{" "} - - create a new Account - -

+

+ Are you new here?{" "} + + Create a new Account + +

diff --git a/apps/web/components/signup.tsx b/apps/web/components/signup.tsx index f00bc15d0..65bb3dbc5 100644 --- a/apps/web/components/signup.tsx +++ b/apps/web/components/signup.tsx @@ -1,4 +1,5 @@ import { signIn } from "next-auth/react"; +import Link from "next/link"; import { FormProvider, SubmitHandler, useForm } from "react-hook-form"; import Logo from "./logo"; @@ -123,6 +124,15 @@ export default function Signup() { Create 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 ( <> - Login | Documenso + Signup | Documenso