We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68c7c1 commit 1e17293Copy full SHA for 1e17293
1 file changed
src/components/Footer.astro
@@ -28,11 +28,11 @@ const props = Astro.props;
28
<FooterSection
29
title="活動"
30
links={[
31
+ { title: "プロジェクト", to: "/projects" },
32
{ title: "ご寄付・ご協賛のお願い", to: "/donation/" },
33
{ title: "ut.code(); で学習する", to: "/activities/learn/" },
34
{ title: "ut.code(); で交流する", to: "/activities/share/" },
35
{ title: "ut.code(); で開発する", to: "/activities/develop/" },
- { title: "プロジェクト", to: "/projects" },
36
]}
37
/>
38
0 commit comments