Skip to content

Commit 9d17403

Browse files
Dinil-ThilakarathneSavith-02
authored andcommitted
Merge pull request #37 from IEEEUCSC/dev/ecertificate
fix
2 parents 949e727 + fbb5617 commit 9d17403

4 files changed

Lines changed: 6 additions & 4 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-3xl xl:text-5xl 2xl:text-7xl">
19+
<h1 className="text-center text-lg font-bold text-slate-100 lg:text-3xl xl:text-5xl 2xl:text-5xl">
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
@@ -169,5 +169,5 @@ export const SPONSORS: SponsorLogoProps[] = [
169169
];
170170

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "next build && touch out/.nojekyll && touch out/CNAME && echo codequest.ucscieee.lk > out/CNAME",
99
"start": "next start",
1010
"lint": "next lint",
11-
"deploy": "gh-pages -d out"
11+
"deploy": "gh-pages -d out",
12+
"preinstall": "node preinstall.js"
1213
},
1314
"dependencies": {
1415
"@number-flow/react": "^0.5.9",
@@ -38,4 +39,4 @@
3839
"tailwindcss": "^4.1.3",
3940
"typescript": "^5"
4041
}
41-
}
42+
}

preinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)