Skip to content

Commit

Permalink
fix:adding route
Browse files Browse the repository at this point in the history
  • Loading branch information
Manmit124 committed Mar 31, 2024
1 parent e596c3e commit 9a564c0
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 @@ -59,7 +59,7 @@ const ImageSlider = () => {
GCOEC Chandrapur.
</p>
{status === "authenticated" ? (
<Link href="/dashboard">
<Link href="/profile">
<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">
Dashboard
</button>
Expand Down

0 comments on commit 9a564c0

Please sign in to comment.