playground/src/lib/components/Footer.svelte

14 lines
315 B
Svelte

<footer
class="footer footer-center p-4 bg-base-300 text-base-content absolute bottom-0 z-50 border-t border-primary"
>
<aside>
<p>
Built with 💚 by <a
href="https://git.silentsilas.com/silentsilas/playground"
target="_blank"
class="link-primary">silentsilas</a
>
</p>
</aside>
</footer>