🧼 Simplifies the menu structure
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user