🧼 Simplifies the menu structure

This commit is contained in:
Rune Harlyk
2024-08-19 22:48:57 +02:00
parent d07b0b5d7f
commit 42405ec93f
7 changed files with 288 additions and 272 deletions
@@ -0,0 +1,10 @@
<script lang="ts">
import MdiGithub from '~icons/mdi/github';
export let github;
</script>
{#if github.active}
<a href={github.href} class="btn btn-ghost" target="_blank" rel="noopener noreferrer"
><MdiGithub class="h-5 w-5" />
</a>
{/if}