We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67beb58 commit 7aecc2aCopy full SHA for 7aecc2a
src/routes/budapest/+page.svelte
@@ -44,7 +44,7 @@
44
const orderedCategoryKeys: CategoryKey[] = ['gold', 'silver', 'bronze', 'supporters'];
45
46
// Countdown Configuration
47
- const scheduleRevealTime = 1758204000 * 1000; // Convert to milliseconds
+ const scheduleRevealTime = 1758290400 * 1000; // Convert to milliseconds
48
let timeUntilReveal = { days: 0, hours: 0, minutes: 0, seconds: 0 };
49
let countdownInterval: NodeJS.Timeout;
50
0 commit comments