diff --git a/src/app/auth/sign-in/page.tsx b/src/app/auth/sign-in/page.tsx index 21f9006..a07ddb8 100644 --- a/src/app/auth/sign-in/page.tsx +++ b/src/app/auth/sign-in/page.tsx @@ -10,7 +10,7 @@ export default function SignIn() {
-
+
diff --git a/src/components/Auth/Signin/index.tsx b/src/components/Auth/Signin/index.tsx index 53280cc..a0f251e 100644 --- a/src/components/Auth/Signin/index.tsx +++ b/src/components/Auth/Signin/index.tsx @@ -1,24 +1,30 @@ "use client"; import { Logo } from "@/components/logo"; +import { ThemeToggleSwitch } from "@/components/Layouts/header/theme-toggle"; import SigninWithPassword from "../SigninWithPassword"; export default function Signin() { return ( -
-
+
+
+
+
+ +
-
-

- Welcome back -

-

- Sign in to continue to your dashboard -

-
- +
+

+ Welcome back +

+

+ Sign in to continue to your dashboard +

+
+ +
); } diff --git a/src/components/Auth/SigninWithPassword.tsx b/src/components/Auth/SigninWithPassword.tsx index ae35b2c..5369c1a 100644 --- a/src/components/Auth/SigninWithPassword.tsx +++ b/src/components/Auth/SigninWithPassword.tsx @@ -35,7 +35,7 @@ export default function SigninWithPassword() { }; return (
-
+