feat(frontend): Update logo

This commit is contained in:
2026-02-08 08:42:47 +01:00
parent 935525067e
commit 43aef3b5b1
4 changed files with 24 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
>
<template #header>
<NuxtLink to="/">
<img src="@@/public/favicon.ico" alt="Logo" />
<img src="/favicon.svg" alt="Logo" class="w-8 h-8" />
</NuxtLink>
</template>