From 358726e0d2c9649395927cbbb60070816baa8b9f Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 3 Mar 2023 18:56:10 +0100 Subject: [PATCH] Rename register and login urls [CI SKIP] --- public/login/index.html | 13 ------------- public/register/index.html | 13 ------------- src/App.js | 4 ++-- src/components/login/Login.js | 2 +- src/components/register/Register.js | 4 ++-- 5 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 public/login/index.html delete mode 100644 public/register/index.html diff --git a/public/login/index.html b/public/login/index.html deleted file mode 100644 index 44a8a38..0000000 --- a/public/login/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Connection - - - - - - - - \ No newline at end of file diff --git a/public/register/index.html b/public/register/index.html deleted file mode 100644 index 44a8a38..0000000 --- a/public/register/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Connection - - - - - - - - \ No newline at end of file diff --git a/src/App.js b/src/App.js index ccc1306..1fa846c 100644 --- a/src/App.js +++ b/src/App.js @@ -9,8 +9,8 @@ function App() { } /> - } /> - } /> + } /> + } /> } /> } /> } /> diff --git a/src/components/login/Login.js b/src/components/login/Login.js index 4f70a32..20c159c 100644 --- a/src/components/login/Login.js +++ b/src/components/login/Login.js @@ -40,7 +40,7 @@ export default function Login() { diff --git a/src/components/register/Register.js b/src/components/register/Register.js index 3ee5e27..b0cdf54 100644 --- a/src/components/register/Register.js +++ b/src/components/register/Register.js @@ -71,11 +71,11 @@ export default function Register() { - J'ai déjà un compte + J'ai déjà un compte ) -} \ No newline at end of file +}