Skip to content

Commit 0121ed2

Browse files
committed
.
1 parent 75f08c8 commit 0121ed2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/(default)/(event)/cvpr2026/workshop/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export default function Home() {
370370

371371

372372

373-
<div className="w-full px-6 flex justify-center mt-24">
373+
{/* <div className="w-full px-6 flex justify-center mt-24">
374374
<div className="w-full max-w-7xl flex">
375375
<h2 className="text-t1">
376376
<Link href="#challenge" className="scroll-mt-32 group flex items-center" id="challenge">
@@ -408,7 +408,7 @@ export default function Home() {
408408
</div>
409409
</div>
410410
</div>
411-
</div>
411+
</div> */}
412412

413413

414414

data/navigator-project.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export const NavigatorProject: {
7979
text: "Contribution",
8080
id: "contribution",
8181
},
82-
{
83-
text: "Challenge",
84-
id: "challenge",
85-
},
82+
// {
83+
// text: "Challenge",
84+
// id: "challenge",
85+
// },
8686
{
8787
text: "Schedule",
8888
id: "schedule",

0 commit comments

Comments
 (0)