diff --git a/frontend/src/pages/Login/index.js b/frontend/src/pages/Login/index.js
index 58ed2d9..4600680 100644
--- a/frontend/src/pages/Login/index.js
+++ b/frontend/src/pages/Login/index.js
@@ -17,18 +17,18 @@ import { i18n } from "../../translate/i18n";
import { AuthContext } from "../../context/Auth/AuthContext";
-const Copyright = () => {
- return (
-
- {"Copyleft "}
-
- Canove
- {" "}
- {new Date().getFullYear()}
- {"."}
-
- );
-};
+// const Copyright = () => {
+// return (
+//
+// {"Copyleft "}
+//
+// Canove
+// {" "}
+// {new Date().getFullYear()}
+// {"."}
+//
+// );
+// };
const useStyles = makeStyles(theme => ({
paper: {
diff --git a/frontend/src/pages/Signup/index.js b/frontend/src/pages/Signup/index.js
index cdc8f65..ee6e509 100644
--- a/frontend/src/pages/Signup/index.js
+++ b/frontend/src/pages/Signup/index.js
@@ -22,18 +22,18 @@ import { i18n } from "../../translate/i18n";
import api from "../../services/api";
-const Copyright = () => {
- return (
-
- {"Copyleft "}
-
- Canove
- {" "}
- {new Date().getFullYear()}
- {"."}
-
- );
-};
+// const Copyright = () => {
+// return (
+//
+// {"Copyleft "}
+//
+// Canove
+// {" "}
+// {new Date().getFullYear()}
+// {"."}
+//
+// );
+// };
const useStyles = makeStyles(theme => ({
paper: {