Skip to content

Commit 7aecc2a

Browse files
committed
feat(budapest): postpone schedule reveal
1 parent 67beb58 commit 7aecc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/budapest/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
const orderedCategoryKeys: CategoryKey[] = ['gold', 'silver', 'bronze', 'supporters'];
4545
4646
// Countdown Configuration
47-
const scheduleRevealTime = 1758204000 * 1000; // Convert to milliseconds
47+
const scheduleRevealTime = 1758290400 * 1000; // Convert to milliseconds
4848
let timeUntilReveal = { days: 0, hours: 0, minutes: 0, seconds: 0 };
4949
let countdownInterval: NodeJS.Timeout;
5050

0 commit comments

Comments
 (0)