diff --git a/frontend/public/JS/timer.js b/frontend/public/JS/timer.js index 7a6ac3f..f39c3c3 100644 --- a/frontend/public/JS/timer.js +++ b/frontend/public/JS/timer.js @@ -1,4 +1,4 @@ -var countDownDate = new Date("Oct 27, 2023 16:00:00").getTime(); +var countDownDate = new Date("Nov 23, 2023 16:00:00").getTime(); var x = setInterval(function () { function pickHex(days) { @@ -54,4 +54,4 @@ var x = setInterval(function () { document.getElementById("timer2").style.color = pickHex(days); } -}, 1000); \ No newline at end of file +}, 1000);