From 9de70ac4e209f464336094a21056ca09eb3d220e Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 1 Jul 2024 15:03:22 -0700 Subject: [PATCH] fix dagte --- community/index.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/index.page.tsx b/community/index.page.tsx index 7e2be5d79d..1a00c2a2a1 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -163,7 +163,7 @@ const events = [ date: "June 28 - 30, 2024", image: hackathon, start_date: "June 28, 2024", - end_date: "August 30, 2024", + end_date: "June 30, 2024", }, ]; const { nearestDateDiff, nearestEvent } = findNearestUpcomingEvent(events);