Skip to content

Commit b0b93aa

Browse files
feat: update dependencies
1 parent 7ff5420 commit b0b93aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7265,7 +7265,7 @@
72657265
return {
72667266
setupCountdown: function setupCountdown() {
72677267
// Set the date we're counting down to
7268-
var countDownDate = new Date("Oct 24, 2021 07:00:00").getTime(); // Update the count down every 1 second
7268+
var countDownDate = new Date("Oct 24, 2023 07:00:00").getTime(); // Update the count down every 1 second
72697269

72707270
var x = setInterval(function () {
72717271
// Get todays date and time

0 commit comments

Comments
 (0)