We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 164125e + 078d639 commit c014979Copy full SHA for c014979
1 file changed
src/components/layout/Footer.astro
@@ -6,7 +6,7 @@ import FooterLink from './FooterLink.astro'
6
<footer class="flex flex-wrap items-center justify-center gap-8 py-8">
7
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
8
<OuccImage role="img" aria-label="OUCC" class="w-12" />
9
- <span class="text-sm">© 2023 大阪大学コンピュータクラブ</span>
+ <span class="text-sm">© 2025 大阪大学コンピュータクラブ</span>
10
</div>
11
12
<FooterLink to="/oucc-rules.pdf">規約</FooterLink>
0 commit comments