From 7b68bfbb2a5138717467eaca81e65cd14537cab5 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 11 Jan 2023 15:22:09 +0100 Subject: [PATCH] design --- apps/web/components/login.tsx | 18 +++++++++--------- apps/web/components/signup.tsx | 10 ++++++++++ apps/web/pages/signup.tsx | 2 +- 3 files changed, 20 insertions(+), 10 deletions(-) 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