Skip to content

Commit

Permalink
feat: update early bird content
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 29, 2024
1 parent 51b0956 commit ca15886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app/cfp/(submission)/_components/early-bird.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ function Dialog({
為了鼓勵講者儘早送出稿件,讓您的精彩想法可以更早進入我們的視野。同時也能讓您提早規劃與完善內容,以充裕的時間打造更精彩的分享。今年我們新增了「早鳥投稿」的機制!
</p>
<p className="mt-5 text-lg leading-9">
凡是在早鳥投稿期間送出且{" "}
只要是在早鳥投稿期間「送出」的稿件,議程組將會在一月上旬{" "}
<span className="subTitle hightlight">
先針對您的稿件給予回饋
</span>{" "}
,讓您能參考更多元的建議做調整內容。同時,凡是在早鳥投稿期間送出且{" "}
<span className="subTitle hightlight">成功錄取</span>{" "}
的稿件,我們將提供可在{" "}
<span className="subTitle hightlight">
Expand Down
2 changes: 1 addition & 1 deletion lib/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOW_EARLY_BIRD = false;
export const SHOW_EARLY_BIRD = true;

0 comments on commit ca15886

Please sign in to comment.