From eaec9e5e07e85581fc5831d6c04638d6482a20c7 Mon Sep 17 00:00:00 2001 From: soramicha Date: Sat, 25 Jan 2025 19:59:22 -0800 Subject: [PATCH] Completed designs --- src/app/login/page.tsx | 59 ++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 664ea70..59aedec 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -30,12 +30,12 @@ export default function Login() { src="/logo.png" > @@ -46,29 +46,42 @@ export default function Login() { CCHTF dashboard{" "} - {/* update value of email and password every time user types */} - setEmail(e.target.value)} - type="email" - > - setPassword(e.target.value)} - type="text" - mt={4} - > - +
+ {/* update value of email and password every time user types */} + setEmail(e.target.value)} + type="email" + > +
+
+ setPassword(e.target.value)} + type="text" + mt={4} + > +
+
+ +
- Don't have an account? Sign up + Don't have an account?{" "} + + Sign up +