Skip to content

Commit 45ff374

Browse files
committed
フッターのコピーライトの年を更新
1 parent ba6039a commit 45ff374

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/layout/Footer.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import FooterLink from './FooterLink.astro'
66
<footer class="flex flex-wrap items-center justify-center gap-8 py-8">
77
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
88
<OuccImage role="img" aria-label="OUCC" class="w-12" />
9-
<span class="text-sm">© 2025 大阪大学コンピュータクラブ</span>
9+
<span class="text-sm"
10+
{new Date().getFullYear()} 大阪大学コンピュータクラブ</span
11+
>
1012
</div>
1113
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
1214
<FooterLink to="/oucc-rules.pdf">規約</FooterLink>

0 commit comments

Comments
 (0)