Skip to content

Commit

Permalink
feat: Update timer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanakritW authored Sep 17, 2024
1 parent 506cfd2 commit e4b690b
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 e4b690b

Please sign in to comment.