Skip to content

Commit 949e727

Browse files
Merge pull request #36 from IEEEUCSC/dev/ecertificate
fix
2 parents 61e7151 + 9ddef04 commit 949e727

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/timer/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Page() {
1616
<HeroBgImage />
1717

1818
<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">
19-
<h1 className="text-center text-lg font-bold text-slate-100 lg:text-4xl xl:text-6xl 2xl:text-7xl">
19+
<h1 className="text-center text-lg font-bold text-slate-100 lg:text-3xl xl:text-5xl 2xl:text-7xl">
2020
Final Countdown: The Race to Patch Begins
2121
</h1>
2222
<CountdownTimer

libs/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ export const SPONSORS: SponsorLogoProps[] = [
168168
},
169169
];
170170

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

0 commit comments

Comments
 (0)