From fe3306cb9877f12044e64b4c891cc976a6c3acde Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 15 Aug 2024 21:26:09 +0100 Subject: [PATCH] auth layout adjusted --- src/components/AuthPages/AuthLayout2.jsx | 83 ++++++++++++----------- src/components/AuthPages/Login/index2.jsx | 2 +- 2 files changed, 45 insertions(+), 40 deletions(-) diff --git a/src/components/AuthPages/AuthLayout2.jsx b/src/components/AuthPages/AuthLayout2.jsx index 2edb006..0014a6c 100644 --- a/src/components/AuthPages/AuthLayout2.jsx +++ b/src/components/AuthPages/AuthLayout2.jsx @@ -13,11 +13,12 @@ export default function LoginLayout({ slogan, children }) { return (
+
{/* -
-
- -
-

- - © {new Date().getFullYear()} - - - - WrenchBoard - {" "} -

-
+ +
+
+
+
+ + About + + + Services + + + Contact Us + +
+
+

+ + © {new Date().getFullYear()} - + + + WrenchBoard + {" "} +

+
+
+ ); } diff --git a/src/components/AuthPages/Login/index2.jsx b/src/components/AuthPages/Login/index2.jsx index 56639c4..4a36003 100644 --- a/src/components/AuthPages/Login/index2.jsx +++ b/src/components/AuthPages/Login/index2.jsx @@ -563,7 +563,7 @@ export default function Login() { {loginType == "full" && ( <>
- This site is protected by a Captcha. Our Privacy Policy and + This site is protected by a Captcha.
Our Privacy Policy and Terms of Service apply.
-- 2.34.1