Update src/lib/components/Footer.svelte
All checks were successful
Push to cloudflare pages / deploy (push) Successful in 44s

This commit is contained in:
Lara 2025-02-02 16:28:09 +00:00
parent 88b9846508
commit 3b4a228102

View file

@ -4,6 +4,7 @@
<footer class="footer text-center">
<p>Logo art by <a href="https://bsky.app/profile/did:plc:sqwkomf6gkzbhnctiqexepzx">Aegiscarr</a></p>
<p>&copy; {new Date().getFullYear()} <a href="https://laratheprotogen.dev">Lara The Protogen</a>. All rights reserved.</p>
<p>You can view this site's source code on <a href="https://git.styandco.dev/laratheprotogen/protogen.social-temp">StyAndCo Forgejo.</a></p>
</footer>
<style lang="scss">