From fec7f077bbc8600660dfbf222d40e61f8a63a1e8 Mon Sep 17 00:00:00 2001 From: Dada878 Date: Sat, 23 Nov 2024 14:44:43 +0800 Subject: [PATCH] fix: matching titles and TOC --- app/cfp/(submission)/poster/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/cfp/(submission)/poster/page.tsx b/app/cfp/(submission)/poster/page.tsx index dcbf4792..0655ee1d 100644 --- a/app/cfp/(submission)/poster/page.tsx +++ b/app/cfp/(submission)/poster/page.tsx @@ -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" }, ]; @@ -191,7 +191,7 @@ export default function Page() {

@@ -313,7 +313,7 @@ export default function Page() {