diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx index 5ad1efe..2a34b1f 100644 --- a/src/components/AuthPages/AuthLayout.jsx +++ b/src/components/AuthPages/AuthLayout.jsx @@ -38,8 +38,8 @@ export default function LoginLayout({ slogan, children }) {
-

- © 2023 - {" "} +

+ © {new Date().getFullYear()} - WrenchBoard {" "} diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 10905f7..6bb64dd 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -210,8 +210,8 @@ export default function Login() {

- {/**/} - {/* */} - {/* Sign in with Facebook*/} - {/**/} -
-
- - OR - -
-
-
- -
-
- -
-
- -
-
-
- -
-
- -
- {msgError && ( -
- {msgError} -
+ )} -
-
- - - I agree with all - - terms and condition - - -
-
-
-
- -
-
-
+ + + I agree with all + + terms and condition + + +
+ +
+
+
-
-
- - About - - - Services - - - Contact Us - -
-
-
-

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

-
- + ); } diff --git a/src/index.css b/src/index.css index cba53b6..9ddfa0b 100644 --- a/src/index.css +++ b/src/index.css @@ -937,8 +937,4 @@ TODO: Responsive =========================== /* TO REMOVE SLIDER COMPONENT FROM CENTRALIZED */ .slider-left .slick-slider .slick-track{ margin: 0; -} - -.login-type-btn{ - box-shadow: 0 0 0.8rem #00000080; } \ No newline at end of file