Updated minor stuff

This commit is contained in:
Anton Pogrebnjak
2026-02-23 02:10:34 +01:00
parent cd99d22174
commit bd814e06ce
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import Socials from "./Socials.astro";
---
<footer>
&copy; {today.getFullYear()} <a href="/about">Anton Pogrebnjak</a>. All rights reserved.
&copy; {today.getFullYear()} <a href="/about">Anton</a>. All rights reserved.
<Socials />
</footer>
<style>