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

@@ -26,7 +26,7 @@ useHead({
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ key: 'theme-color', name: 'theme-color', content: color }
],
link: [{ rel: 'icon', href: '/favicon.ico' }],
link: [{ rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml' }],
htmlAttrs: {
lang,
dir