Skip to content

Commit

Permalink
feat: #19 の更新に追従
Browse files Browse the repository at this point in the history
  • Loading branch information
y047aka committed Jan 26, 2025
1 parent ff31e68 commit 19942e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const Schedule = () => {
return (
<Block title="Schedule">
<ul className="schedule">
<ListItem label="セッション応募開始" at="2025年初め" />
<ListItem label="セッション採択結果発表" at="" />
<ListItem label={<a href="https://fortee.jp/2025fp-matsuri/speaker/proposal/cfp" target="_blank">セッション応募開始</a>} at="2025年1月20日" />
<ListItem label="セッション採択結果発表" at="2025年3月中" />
<ListItem label="チケット販売開始" at="2025年春頃" />
<ListItem label="関数型まつり開催" at="2025.6.14-15" />
</ul>
Expand Down

0 comments on commit 19942e3

Please sign in to comment.