Skip to content

Commit

Permalink
fix: matching titles and TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 23, 2024
1 parent 43e2d47 commit fec7f07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/cfp/(submission)/poster/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export default function Page() {
{ id: "important-dates", title: "重要時程" },
{ id: "session-types", title: "投稿說明" },
{ id: "submission-topics", title: "投稿方式" },
{ id: "poster-examples", title: "海報格式範例" },
{ id: "review-process", title: "審稿方式" },
{ id: "code-of-conduct", title: "Code of Conduct" },
{ id: "submission-guidelines", title: "投稿注意事項" },
{ id: "license", title: "授權" },
{ id: "practice-talk", title: "試講" },
{ id: "rehearsal", title: "彩排" },
{ id: "poster-upload", title: "海報上傳與佈展" },
{ id: "qa", title: "Q & A" },
];

Expand Down Expand Up @@ -191,7 +191,7 @@ export default function Page() {
</section>

<section
id="review-process"
id="poster-examples"
className="my-4 -mt-[60px] space-y-4 pt-[80px] md:mb-16"
>
<h2 className="text-h2-mobile font-extrabold text-primary md:text-h2">
Expand Down Expand Up @@ -313,7 +313,7 @@ export default function Page() {
</section>

<section
id="practice-talk"
id="poster-upload"
className="my-4 -mt-[60px] space-y-4 pt-[80px] md:mb-16"
>
<h2 className="text-h2-mobile font-extrabold text-primary md:text-h2">
Expand Down

0 comments on commit fec7f07

Please sign in to comment.