diff --git a/frontend/src/Pages/LoginPage.jsx b/frontend/src/Pages/LoginPage.jsx index 426788f..c32e4f1 100644 --- a/frontend/src/Pages/LoginPage.jsx +++ b/frontend/src/Pages/LoginPage.jsx @@ -56,6 +56,14 @@ const Login = () => { Login + + {/* Don't have an account link */} +
+ Don't have an account? + + Register + +
); }; diff --git a/frontend/src/Pages/Register.jsx b/frontend/src/Pages/Register.jsx index ce16adf..f74aebe 100644 --- a/frontend/src/Pages/Register.jsx +++ b/frontend/src/Pages/Register.jsx @@ -14,7 +14,7 @@ const Register = () => {