Skip to content

Commit

Permalink
changes target date for coundown
Browse files Browse the repository at this point in the history
  • Loading branch information
victorldleon committed Nov 12, 2023
1 parent f998bff commit 9436ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<script>
// Set the target date for your conference
var targetDate = new Date("October 19, 2023").getTime();
var targetDate = new Date("April 18, 2024").getTime();

// Update the countdown every second
var countdownInterval = setInterval(function () {
Expand Down

0 comments on commit 9436ca8

Please sign in to comment.