Add login page

This commit is contained in:
1ilit
2023-09-30 11:17:04 +03:00
parent a006c0cda4
commit eaf4812dbe
4 changed files with 121 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ export default function SignUp() {
<div className="text-sm text-center">
Already have an account?
<Link
to=""
to="/login"
className="ms-2 font-semibold text-indigo-700 hover:underline"
>
Log in here.