chore: add .env.template and remove test workflow #151

Merged
djalim merged 4 commits from release/1.0.0 into develop 2026-05-01 17:32:16 +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>
);