Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit f00dd60

Browse files
committed
add schedule image
1 parent de05c34 commit f00dd60

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

app/event/judging-schedule/page.tsx

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Footer from "@/components/footer/footer";
44
import NavBar from "@/components/nav-bar/nav-bar";
5-
// import Image from "next/image";
5+
import Image from "next/image";
66
import "@/app/globals.css";
77

88
export default function Page() {
@@ -14,21 +14,15 @@ export default function Page() {
1414
<p className="text-lg sm:text-xl font-sans my-4 text-center w-11/12">
1515
Please make sure you are at your assigned room at least 5 minutes before your assigned time! Thank you!
1616
</p>
17-
<p className="text-lg sm:text-xl font-sans my-4 text-center">
17+
{/* <p className="text-lg sm:text-xl font-sans my-4 text-center">
1818
The judging schedule will be released around 10:45 am on November 10th.
19-
</p>
19+
</p> */}
2020
{/* <div className="bg-pink-500 h-fit w-2/3">
2121
<div className="h-[500px]"></div>
2222
</div> */}
23-
{/* <div className="w-11/12 desktop:w-2/3 h-fit">
24-
<Image
25-
src="/images/judging-schedule.png"
26-
alt="Judging Schedule"
27-
width={1200}
28-
height={1200}
29-
className="rounded-lg"
30-
/>
31-
</div> */}
23+
<div className="w-11/12 desktop:w-2/3 h-fit">
24+
<Image src="/Judging-Schedule.png" alt="Judging Schedule" width={1200} height={1200} className="rounded-lg" />
25+
</div>
3226
</div>
3327
<Footer />
3428
</div>

public/Judging-Schedule.png

970 KB
Loading

0 commit comments

Comments
 (0)