Addeed voting and home page ✔

This commit is contained in:
Manik Maity
2024-11-07 12:05:27 +05:30
parent 0a6faad13e
commit ece2b33eb7
8 changed files with 158 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
import React from "react";
import { Link } from "react-router-dom";
function Register() {
return (
@@ -63,9 +64,9 @@ function Register() {
{/* Login Link */}
<p className="text-center text-gray-300">
Already have an account?{" "}
<a href="#" className="text-primary hover:underline">
<Link to="/login" className="text-primary hover:underline">
Login
</a>
</Link>
</p>
</div>
</div>