Skip to content

Commit 1dfe679

Browse files
Update summer-slams-dsa.html
1 parent d935352 commit 1dfe679

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

summer-slams-dsa.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h1>Summer Slams DSA25</h1>
249249
<!-- Place this inside your .glass-wrapper div, ideally below the round details -->
250250
<a href="https://unstop.com/p/summer-slams-dsa25-national-level-dsa-coding-challenge-fork-flow-community-1502768" class="register-btn">Register Now</a>
251251

252-
<div class="section-title">Registration Starts In</div>
252+
<div class="section-title">Registrations Ends In</div>
253253
<div id="countdown-timer" class="countdown-box">Loading...</div>
254254

255255
<style>
@@ -267,14 +267,14 @@ <h1>Summer Slams DSA25</h1>
267267

268268
<script>
269269
function updateCountdown() {
270-
const targetDate = new Date("June 20, 2025 11:00:00 GMT+0530"); // IST
270+
const targetDate = new Date("July 04, 2025 11:00:00 GMT+0530"); // IST
271271
const now = new Date();
272272
const diff = targetDate - now;
273273

274274
const countdownElement = document.getElementById("countdown-timer");
275275

276276
if (diff <= 0) {
277-
countdownElement.innerHTML = "🎉 Registration is now open!";
277+
countdownElement.innerHTML = "Registration is closed now!";
278278
return;
279279
}
280280

0 commit comments

Comments
 (0)