Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FooterLink from './FooterLink.astro'
<footer class="flex flex-wrap items-center justify-center gap-8 py-8">
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
<OuccImage role="img" aria-label="OUCC" class="w-12" />
<span class="text-sm">© 2023 大阪大学コンピュータクラブ</span>
<span class="text-sm">© 2025 大阪大学コンピュータクラブ</span>
</div>
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
<FooterLink to="/oucc-rules.pdf">規約</FooterLink>
Expand Down