We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fae85 commit d68c7c1Copy full SHA for d68c7c1
src/components/Footer.astro
@@ -32,13 +32,13 @@ const props = Astro.props;
32
{ title: "ut.code(); で学習する", to: "/activities/learn/" },
33
{ title: "ut.code(); で交流する", to: "/activities/share/" },
34
{ title: "ut.code(); で開発する", to: "/activities/develop/" },
35
+ { title: "プロジェクト", to: "/projects" },
36
]}
37
/>
38
<FooterSection
39
title="リンク"
40
links={[
41
{ title: "ut.code(); Learn", to: "https://learn.utcode.net/" },
- { title: "プロジェクト", to: "/projects" },
42
{ title: "GitHub", to: "https://github.com/ut-code" },
43
{ title: "X", to: "https://x.com/utokyo_code" },
44
0 commit comments