Skip to content

Commit

Permalink
fix: update wrong deadline date #41
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 21, 2024
1 parent 8b5f656 commit 5f2c888
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/cfp/(submission)/_components/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function CountdownPage() {
<div className="w-full justify-between pl-2 text-foreground lg:pl-12 min-[1210px]:flex">
<p className="whitespace-nowrap text-nowrap font-bold">截止日期</p>
<p className="whitespace-nowrap text-nowrap">
2024 年 1 月 21 日()23:59
2025 年 1 月 21 日()23:59
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/cfp/_components/code-of-conduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function CodeOfConduct() {
議程組認為您的稿件比較適合另一種形式,或者該形式的名額已經額滿、無法再增額時,我們會向您充分說明與溝通,並經您的同意後,轉換稿件類型或時間長度。
</li>
<li>
SITCON 2024
SITCON 2025
將會有多軌議程及各式場外活動同時進行,與會者可以自行決定要參與哪一場議程或活動。
</li>
<li>
Expand Down
6 changes: 3 additions & 3 deletions public/cfp/deadline.ics
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ VERSION:2.0
PRODID:Stripo.email
BEGIN:VEVENT
UID:673e18d8a8b31
DTSTAMP:20241120T171400Z
DTSTAMP:20251120T171400Z
SUMMARY:SITCON 2025 截稿 Deadline
DESCRIPTION:SITCON 2025 截稿 Deadline
CLASS:PUBLIC
DTSTART:20241121T155900Z
DTEND:20241121T155900Z
DTSTART:20251121T155900Z
DTEND:20251121T155900Z
END:VEVENT
END:VCALENDAR

0 comments on commit 5f2c888

Please sign in to comment.