Skip to content

Commit

Permalink
fix:adding login route
Browse files Browse the repository at this point in the history
  • Loading branch information
Manmit124 committed Mar 31, 2024
1 parent 4481a4f commit e596c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/Home/ImageSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ImageSlider = () => {
</button>
</Link>
) : (
<Link href="/signup">
<Link href="/login">
<button className="px-5 py-2.5 bg-sky-500 text-white text-lg font-medium hover:scale-105 transition-all delay-75 rounded-xl ease-in hover:bg-sky-600">
Sign-up
</button>
Expand Down

0 comments on commit e596c3e

Please sign in to comment.