Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export default {
const hours = ref(24);
const mins = ref(24);
const secs = ref(24);
const countDownDate = new Date("December 31 2023 00:00:00").getTime();
const countDownDate = new Date("January 05 2024 00:00:00").getTime();

// Update the count down every 1 second
async function Countdown() {
Expand Down