changed brand logo and style

This commit is contained in:
2025-11-15 03:57:58 +01:00
parent 01b5269dde
commit 5219822ea1
14 changed files with 2457 additions and 4663 deletions

View File

@@ -2,7 +2,7 @@ import License from './License';
const Footer = () => {
return (
<footer className="mt-5 text-center">
<footer className="text-center">
<License work="miarma.net" workLink="https://miarma.net/" />
</footer>
);