diff --git a/apps/frontend/src/routes/login/index.lazy.tsx b/apps/frontend/src/routes/login/index.lazy.tsx index 2477ae9..bb4ba08 100644 --- a/apps/frontend/src/routes/login/index.lazy.tsx +++ b/apps/frontend/src/routes/login/index.lazy.tsx @@ -97,18 +97,24 @@ export default function LoginPage() { }; return ( -
-
+
+
Amati
-
- -

Sign In

-

+

+
+
+
+
+
+
+
+
+
+
+ +

Sign In

+

New to this app?{' '} ( - Email/Username + Email/Username ( - Password + Password Forgot Password? @@ -177,7 +183,7 @@ export default function LoginPage() { className="w-full flex items-center justify-center space-x-[13.125rem] sm:space-x-[20rem] lg:space-x-[23.125rem] bg-[#2555FF] text-white hover:bg-[#1e4ae0]" > - Sign In + Sign In

@@ -187,5 +193,4 @@ export default function LoginPage() {
); -} - +} \ No newline at end of file