Skip to content
Merged

fix #36

Show file tree
Hide file tree
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 app/timer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Page() {
<HeroBgImage />

<Glassmorphism className="container mx-auto flex flex-col items-center justify-center rounded-2xl px-4 py-8 lg:gap-y-8 lg:p-16">
<h1 className="text-center text-lg font-bold text-slate-100 lg:text-4xl xl:text-6xl 2xl:text-7xl">
<h1 className="text-center text-lg font-bold text-slate-100 lg:text-3xl xl:text-5xl 2xl:text-7xl">
Final Countdown: The Race to Patch Begins
</h1>
<CountdownTimer
Expand Down
2 changes: 1 addition & 1 deletion libs/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ export const SPONSORS: SponsorLogoProps[] = [
},
];

export const START_TIME = new Date("2025-06-09T09:00:00");
export const START_TIME = new Date("2025-06-09T09:15:00");
export const END_TIME = new Date("2025-06-09T17:00:00"); // Final round end time
export const CRITICAL_HOURS = 1; // Critical period in hours (e.g., 3 hours before the end)