Skip to content

Commit

Permalink
supporter update
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Apr 13, 2024
1 parent ac30df8 commit 5d31a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const navItems: Array<NavItem> = [
{ title: "オフライン会場", url: "#offline-map" },
{ title: "タイムテーブル", url: "#time-table" },
{ title: "企業スポンサー", url: "#suponsor" },
{ title: "スタッフ", url: "#staff" },
{ title: "サポーター", url: "#supporter" },
{ title: "スタッフ", url: "#staff" },
];
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/supporter/ymgc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "kota",
"image": "src/content/supporter/_images/ymgc.jpg",
"url": "https://twitter.com/ymgc220207",
"description": ""
"description": "ナレッジシェアSaaSの開発をしているエンジニアです。VSCodeは長年使っていて、開発に欠かせないツールの1つになっています。"
}
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const socialImageUrl = new URL(
<OfflineMap />
<Timetable />
<Suponsor />
<Staff />
<Supporter />
<Staff />
</div>
<Footer />
</body>
Expand Down

0 comments on commit 5d31a61

Please sign in to comment.