Skip to content

Commit

Permalink
fix: update early bird date
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 27, 2024
1 parent 2896af1 commit 4c5a28c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/cfp/(submission)/_components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ export default function Timeline({ isPoster }: { isPoster?: boolean }) {
{/* 時程 */}
<div className="flex justify-between">
<TimelineItem icon="flag" date="2024-11-23" name="開始徵稿" />
<TimelineItem icon="redeem" date="01-21 23:59" name="早鳥截止" />
<TimelineItem
icon="redeem"
date="2024-12-25 23:59"
name="早鳥截止"
/>
<TimelineItem
icon="event_busy"
date="01-21 23:59"
Expand Down

0 comments on commit 4c5a28c

Please sign in to comment.