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 +