diff --git a/src/components/AuthPages/AuthLayout2.jsx b/src/components/AuthPages/AuthLayout2.jsx index 641902e..1e7fcb7 100644 --- a/src/components/AuthPages/AuthLayout2.jsx +++ b/src/components/AuthPages/AuthLayout2.jsx @@ -12,17 +12,17 @@ export default function LoginLayout({ slogan, children }) { const {countryMode} = useContext(DarkModeContext); return ( -
- © {new Date().getFullYear()} - + © {new Date().getFullYear()} - WrenchBoard {" "} diff --git a/src/components/AuthPages/ForgotPassword/index2.jsx b/src/components/AuthPages/ForgotPassword/index2.jsx index ae7e77f..76f0ac6 100644 --- a/src/components/AuthPages/ForgotPassword/index2.jsx +++ b/src/components/AuthPages/ForgotPassword/index2.jsx @@ -99,7 +99,7 @@ export default function ForgotPassword() {