From 8a6289cea5a22d08552e79a4f68ab11ef9c8b63c Mon Sep 17 00:00:00 2001 From: shoaib inamdar Date: Fri, 5 Jun 2026 13:18:34 +0530 Subject: [PATCH] fix: set new countdown timer --- Frontend/src/components/Events/HackathonCountdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/components/Events/HackathonCountdown.tsx b/Frontend/src/components/Events/HackathonCountdown.tsx index 9a65375..2aadbd9 100644 --- a/Frontend/src/components/Events/HackathonCountdown.tsx +++ b/Frontend/src/components/Events/HackathonCountdown.tsx @@ -3,7 +3,7 @@ import { motion } from "framer-motion"; // Set to actual hackathon times for real event phase const HACKATHON_START = new Date("2026-06-05T11:15:00"); -const HACKATHON_END = new Date("2026-06-14T12:00:00"); +const HACKATHON_END = new Date("2026-06-14T11:15:00"); const HACKATHON_2026_LOGO = "/events/image.png"; function getTimeLeft() {