diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx index 3ebd286..43e745a 100644 --- a/src/components/AuthPages/AuthLayout.jsx +++ b/src/components/AuthPages/AuthLayout.jsx @@ -1,24 +1,35 @@ import React from "react"; -import loginThumb from "../../assets/images/auth-thumb.svg"; -import logo from "../../assets/images/wrenchboard.png"; //logo-1.svg"; +import { Link } from "react-router-dom"; export default function LoginLayout({ slogan, children }) { - const checkScreenHeight = window.screen.height; - let screen = ""; - if (checkScreenHeight <= 950) { - screen = "h-screen"; - // screen = "h-[950px]"; - } else { - screen = "h-screen"; - } return ( -
-
-
- +
+
+
{children && children}
+
+
+ + About + + + Services + + + Contact Us + +
+
+
+

+ © 2023 - {" "} + + WrenchBoard + {" "} +

+
diff --git a/src/components/AuthPages/SignUp/index.jsx b/src/components/AuthPages/SignUp/index.jsx index 8224c6c..bfcdec9 100644 --- a/src/components/AuthPages/SignUp/index.jsx +++ b/src/components/AuthPages/SignUp/index.jsx @@ -106,7 +106,7 @@ export default function SignUp() { setMsgError(null); }, process.env.REACT_APP_SIGNUP_ERROR_TIMEOUT); } - }; + }; useEffect(() => { getCountryList(); @@ -277,6 +277,27 @@ export default function SignUp() {
+
+
+ + About + + + Services + + + Contact Us + +
+
+
+

+ © 2023 - {" "} + + WrenchBoard + {" "} +

+