Files
noteshare.space/webapp/src/lib/components/Footer.svelte
Maxime Cannoodt cc9653d464 reordering
2022-06-21 23:30:11 +02:00

12 lines
449 B
Svelte

<footer class="p-8 text-center flex flex-wrap justify-center items-center gap-x-2 text-neutral-500">
<span>
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
</span>
<span>-</span>
<a class="link" href="/about">About</a>
<span>-</span>
<a class="link" href="https://mcndt.dev/about/">Contact</a>
<span>-</span>
<a class="link" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
</footer>