From e2a57b0e13d22c482fb62abd507bedad3389cf2f Mon Sep 17 00:00:00 2001 From: Om Thorat <76207818+Om-Thorat@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:25:18 +0530 Subject: [PATCH] Updated the end date --- src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index b06e5ba..a4dd928 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -381,7 +381,7 @@ export default { const hours = ref(24); const mins = ref(24); const secs = ref(24); - const countDownDate = new Date("December 31 2023 00:00:00").getTime(); + const countDownDate = new Date("January 05 2024 00:00:00").getTime(); // Update the count down every 1 second async function Countdown() {