From 676087b64eced7c3a0e9743c7db9a6273853cdae Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 1 Nov 2025 17:26:20 +0530 Subject: [PATCH] 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 --- app/opportunities/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/opportunities/page.tsx b/app/opportunities/page.tsx index 8e5eaf41..777d7176 100644 --- a/app/opportunities/page.tsx +++ b/app/opportunities/page.tsx @@ -22,7 +22,7 @@ const opportunities = [ title: "Events", description: "Explore and participate in the latest tech events, workshops, and conferences.", icon: Calendar, - href: "/hackathons", + href: "/events", gradient: "from-blue-500 to-indigo-600", tags: ["Tech", "Workshops", "Conferences"], },