Skip to content

Commit

Permalink
Merge pull request #124 from Nacnano/Timer-update
Browse files Browse the repository at this point in the history
Update Timer.js
  • Loading branch information
Nacnano authored Sep 17, 2024
2 parents 506cfd2 + e4b690b commit d7524ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/JS/timer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var countDownDate = new Date("Nov 23, 2023 16:00:00").getTime();
var countDownDate = new Date("Oct 25, 2024 23:59:59").getTime();

var x = setInterval(function () {
function pickHex(days) {
Expand Down

0 comments on commit d7524ca

Please sign in to comment.