feat: Default site-logo.svg

This commit is contained in:
2026-01-30 08:24:14 -05:00
parent f268bdc3c3
commit 238aa29bd4
2 changed files with 10 additions and 2 deletions

View File

@@ -1,9 +1,13 @@
<script setup lang="ts">
const title = "Moonshine";
</script>
<template>
<UHeader :title="title">
<UHeader mode="slideover">
<template #left>
<NuxtLink to="/">
<SvgSiteLogo class="h-12 w-auto" />
</NuxtLink>
</template>
<template #right>
<AuthConnexionButton />
</template>