From 2896af1a1d1ad662f6c838bb9cc60635bb3fe050 Mon Sep 17 00:00:00 2001 From: Dada878 Date: Thu, 28 Nov 2024 00:20:23 +0800 Subject: [PATCH] feat: add early bird info to all submission pages --- app/cfp/(submission)/poster/page.tsx | 5 +++++ app/cfp/(submission)/undefined/page.tsx | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app/cfp/(submission)/poster/page.tsx b/app/cfp/(submission)/poster/page.tsx index 133a949c..a3dfa104 100644 --- a/app/cfp/(submission)/poster/page.tsx +++ b/app/cfp/(submission)/poster/page.tsx @@ -5,6 +5,7 @@ import CodeOfConduct from "../../_components/code-of-conduct"; import TableOfContent from "../_components/table-of-content"; import FAQ from "../../_components/faq"; import { InformationField } from "../normal/page"; +import EarlyBird from "../_components/early-bird"; export default function Page() { const sections = [ @@ -69,6 +70,10 @@ export default function Page() { +
+ +
+
+
+ +
+