UI and Audio Processing Update
This commit is contained in:
9
src/lib/components/Footer.svelte
Normal file
9
src/lib/components/Footer.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
const year = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
<footer class="mt-20 border-t border-white/5 py-8 text-center text-sm text-(--text-muted)">
|
||||
<p>
|
||||
Made by <a href="https://dev.sirblob.co/" target="_blank">Sir Blob</a>.
|
||||
</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user