Add footer with link to sourcecode

This commit is contained in:
Mihkel Martin Kasterpalu 2025-01-30 15:49:45 +02:00
parent 75a79c89bf
commit 47bd0c59d6

View file

@ -35,7 +35,8 @@
<ModeWatcher />
<header class="container flex w-full items-center justify-between px-8 py-6">
<div class="grid min-h-screen grid-rows-[auto_1fr_auto]">
<header class="container flex w-full items-center justify-between px-8 py-6">
<a href="/">
<img src="/favicon.svg" alt="Mihkel Martin Kasterpalu logo" class="h-9" />
</a>
@ -50,8 +51,22 @@
<span class="sr-only">Toggle theme</span>
</Button>
</header>
</header>
<div class="container flex flex-col items-center">
<div class="container flex flex-col items-center">
{@render children()}
</div>
<footer class="container flex w-full justify-center px-8 py-6 text-center">
<p class="text-muted-foreground">
Vaata
<a
href="https://koodi.lenn.uk/mihkelmk/minigames"
target="_blank"
class=" underline underline-offset-4"
>
saidi koodi
</a>
</p>
</footer>
</div>