Skip to content

Commit

Permalink
Update Register.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi authored Oct 2, 2024
1 parent 5b3b8d2 commit 362517f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ const Register = () => {
{/* Register Button */}
<button
type="submit"
className="w-full bg-green-500 text-white py-2 rounded-lg font-semibold hover:bg-green-600 transition-colors"
className="w-full bg-blue-500 text-white py-2 rounded-lg font-semibold hover:bg-green-600 transition-colors"
>
Register
</button>
</form>
{/* Already have an account link */}
<p className="mt-4">
<span className="text-gray-600">Already have an account? </span>
<a href="/login" className="text-green-500 font-semibold hover:underline transition duration-300 ease-in-out transform hover:scale-105">
<a href="/login" className="text-blue-500 font-semibold hover:underline transition duration-300 ease-in-out transform hover:scale-105">
Log in
</a>
</p>
Expand Down

0 comments on commit 362517f

Please sign in to comment.