Skip to content

Commit

Permalink
Color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaniNikam1 committed Oct 2, 2024
1 parent 807c9b0 commit 8597e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Register = () => {
{/* Already have an account link */}
<p className="mt-4">
<span className="text-gray-600">Already have an account? </span>
<a href="/login" className="text-blue-500 font-semibold hover:underline transition duration-300 ease-in-out transform hover:scale-105">
<a href="/login" className="text-green-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 8597e80

Please sign in to comment.