Updated the date to April 16th instead of April 9

This commit is contained in:
Jonathan Bobel
2024-03-12 13:27:37 -04:00
parent 46ef759a92
commit 0ae369d54b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
(function (window) {
// Set the target date (10 days before March 15th, 2024)
const targetDate = new Date("April 9, 2024 00:00:00").getTime();
const targetDate = new Date("April 16, 2024 00:00:00").getTime();
// Function to update the countdown display
function updateCountdown() {