Release Candidate : 1.0.0 #150

Merged
djalim merged 103 commits from release/1.0.0 into main 2026-05-01 17:32:02 +00:00
Showing only changes of commit c0aeb33193 - Show all commits
+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>
);