diff --git a/index.html b/index.html index 3bf21ff2..0ed94b00 100644 --- a/index.html +++ b/index.html @@ -153,7 +153,7 @@

9 & 10 January,2025

-

Registration is extended to 23 Dec

+ diff --git a/js/index.js b/js/index.js index be262c5a..3c995ebb 100644 --- a/js/index.js +++ b/js/index.js @@ -16,7 +16,7 @@ const countdown = setInterval(function() { if (distance < 0) { clearInterval(countdown); - document.getElementById("countdown").innerHTML = "HACKATHON IN PROGRESS"; + document.getElementById("countdown").innerHTML = `Thanks for registering!
Stay tuned for more updates.`; } }, 1000);