mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
10 lines
352 B
Svelte
10 lines
352 B
Svelte
<script lang="ts">
|
|
import LightDarkMode from './LightDarkMode.svelte';
|
|
</script>
|
|
|
|
<footer class="border-t border-surface-200-800 bg-surface-100-900 fixed bottom-0 w-full z-10">
|
|
<div class="mx-auto flex w-full max-w-7xl items-center justify-between px-4 py-6 text-sm text-surface-700-300">
|
|
<span>Stocklet</span>
|
|
<LightDarkMode />
|
|
</div>
|
|
</footer> |