Skip to content

Commit 2fd6d78

Browse files
committed
Push back shop opening time
1 parent d427d0e commit 2fd6d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/dashboard/market/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
let timeLeft = $state({ days: 0, hours: 0, minutes: 0, seconds: 0 });
88
let interval: ReturnType<typeof setInterval>;
99
10-
const targetDate = new Date('2025-12-15T23:59:00-05:00').getTime();
10+
const targetDate = new Date('2025-12-19T23:59:00-05:00').getTime();
1111
1212
function updateTimer() {
1313
const now = new Date().getTime();

0 commit comments

Comments
 (0)