From 14b0f4078cb9674a3904fabaeb0046462f24bb36 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 9 Apr 2025 17:23:07 +0100 Subject: [PATCH] updated login page --- src/components/auth/LoginCom.jsx | 16 ++++++++-------- src/components/layouts/LogoutModal.jsx | 2 +- src/components/modals/ModalWrapper.jsx | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/auth/LoginCom.jsx b/src/components/auth/LoginCom.jsx index 3450a72..dbbe13e 100644 --- a/src/components/auth/LoginCom.jsx +++ b/src/components/auth/LoginCom.jsx @@ -68,10 +68,6 @@ export default function LoginCom() { <>
-
- {/* -

Dummy Text Here

*/} -
@@ -99,17 +95,17 @@ export default function LoginCom() {
-
+
-

Forget password ?

+ {/*

Forget password ?

*/}
-
+
{/* */}
-

Not yet a member? Sign Up

+ {/*

Not yet a member? Sign Up

*/}
Terms @@ -127,6 +123,10 @@ export default function LoginCom() { } */}
+
+ {/* +

Dummy Text Here

*/} +
diff --git a/src/components/layouts/LogoutModal.jsx b/src/components/layouts/LogoutModal.jsx index e20d219..a34f54b 100644 --- a/src/components/layouts/LogoutModal.jsx +++ b/src/components/layouts/LogoutModal.jsx @@ -21,7 +21,7 @@ export default function LogoutModal({close}) { return ( -
+
{/* */}

diff --git a/src/components/modals/ModalWrapper.jsx b/src/components/modals/ModalWrapper.jsx index 81f1791..2bf25aa 100644 --- a/src/components/modals/ModalWrapper.jsx +++ b/src/components/modals/ModalWrapper.jsx @@ -1,7 +1,7 @@ export default function ModalWrapper({children, maxWidth}) { return ( -
+
{/* */}
-- 2.34.1