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() {