ora/src/dashboard/components/Footer.svelte

16 lines
333 B
Svelte

<footer>
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
- v0.8
<br />
Made with ❤️ by
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
</footer>
<style>
footer {
margin-top: 3rem;
text-align: center;
font-family: monospace;
}
</style>