Skip to content

Commit d68c7c1

Browse files
committed
change footer
1 parent 32fae85 commit d68c7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ const props = Astro.props;
3232
{ title: "ut.code(); で学習する", to: "/activities/learn/" },
3333
{ title: "ut.code(); で交流する", to: "/activities/share/" },
3434
{ title: "ut.code(); で開発する", to: "/activities/develop/" },
35+
{ title: "プロジェクト", to: "/projects" },
3536
]}
3637
/>
3738
<FooterSection
3839
title="リンク"
3940
links={[
4041
{ title: "ut.code(); Learn", to: "https://learn.utcode.net/" },
41-
{ title: "プロジェクト", to: "/projects" },
4242
{ title: "GitHub", to: "https://github.com/ut-code" },
4343
{ title: "X", to: "https://x.com/utokyo_code" },
4444
]}

0 commit comments

Comments
 (0)