We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d427d0e commit 2fd6d78Copy full SHA for 2fd6d78
src/routes/dashboard/market/+page.svelte
@@ -7,7 +7,7 @@
7
let timeLeft = $state({ days: 0, hours: 0, minutes: 0, seconds: 0 });
8
let interval: ReturnType<typeof setInterval>;
9
10
- const targetDate = new Date('2025-12-15T23:59:00-05:00').getTime();
+ const targetDate = new Date('2025-12-19T23:59:00-05:00').getTime();
11
12
function updateTimer() {
13
const now = new Date().getTime();
0 commit comments