diff --git a/index.html b/index.html index 39cea3c..6efd915 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@
diff --git a/js/general.js b/js/general.js index 6446826..d0078ad 100644 --- a/js/general.js +++ b/js/general.js @@ -178,7 +178,7 @@ document.addEventListener('DOMContentLoaded', function(){ // Timer // SRC: W3Schools https://www.w3schools.com/howto/howto_js_countdown.asp // Set the date we're counting down to - var countDownDate = new Date("Aug 12, 2022 16:00:00").getTime(); + var countDownDate = new Date("Aug 14, 2022 14:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() {