File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ) ;
172172export const END_TIME = new Date ( "2025-06-09T17:00:00" ) ; // Final round end time
173173export const CRITICAL_HOURS = 1 ; // Critical period in hours (e.g., 3 hours before the end)
You can’t perform that action at this time.
0 commit comments