From 2ec1e0a5e5369189d8290ffbc0abd5a8aad9dd59 Mon Sep 17 00:00:00 2001 From: akiraonstarknet Date: Sun, 3 Nov 2024 17:02:07 +0530 Subject: [PATCH] update raffle end time --- src/app/raffle/_components/raffle-timer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/raffle/_components/raffle-timer.tsx b/src/app/raffle/_components/raffle-timer.tsx index 9cb9d9a..aeccdeb 100644 --- a/src/app/raffle/_components/raffle-timer.tsx +++ b/src/app/raffle/_components/raffle-timer.tsx @@ -11,7 +11,7 @@ const RaffleTimer: React.FC = () => { }); useEffect(() => { - const endDate = new Date('2024-11-10T23:59:59'); + const endDate = new Date('2024-11-11T23:59:59'); const updateTimer = () => { const now = new Date();