chore(Footer): update copyright year to 2026

This commit is contained in:
2026-05-01 18:46:08 +02:00
parent 5c804bd7fb
commit c0aeb33193
+1 -1
View File
@@ -6,7 +6,7 @@ export default function Footer(_props: FooterProps) {
return (
<footer>
<p>
&copy; 2025 PolyMPR - <a href="/about" f-client-nav={false}>About</a>
&copy; 2026 PolyMPR - <a href="/about" f-client-nav={false}>About</a>
</p>
</footer>
);