Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Sep 1, 2022
1 parent 7ff5420 commit b0b93aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -7265,7 +7265,7 @@
return {
setupCountdown: function setupCountdown() {
// Set the date we're counting down to
var countDownDate = new Date("Oct 24, 2021 07:00:00").getTime(); // Update the count down every 1 second
var countDownDate = new Date("Oct 24, 2023 07:00:00").getTime(); // Update the count down every 1 second

var x = setInterval(function () {
// Get todays date and time
Expand Down

0 comments on commit b0b93aa

Please sign in to comment.