Skip to content

Commit 676087b

Browse files
committed
fix(opportunities): Update events navigation link to correct route
- Change events card navigation href from "/hackathons" to "/events" - Ensure consistent and accurate routing for events section - Improve user navigation experience by using correct route path
1 parent 2164a4e commit 676087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/opportunities/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const opportunities = [
2222
title: "Events",
2323
description: "Explore and participate in the latest tech events, workshops, and conferences.",
2424
icon: Calendar,
25-
href: "/hackathons",
25+
href: "/events",
2626
gradient: "from-blue-500 to-indigo-600",
2727
tags: ["Tech", "Workshops", "Conferences"],
2828
},

0 commit comments

Comments
 (0)