diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx index 1bcd83f..5ad1efe 100644 --- a/src/components/AuthPages/AuthLayout.jsx +++ b/src/components/AuthPages/AuthLayout.jsx @@ -4,12 +4,12 @@ import { Link } from "react-router-dom"; export default function LoginLayout({ slogan, children }) { return (
-
+
{children && children}
-
+ -
+

© 2023 - {" "} diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 283dd45..c1e266a 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -161,7 +161,7 @@ export default function Login() { <>

-
+