feat(frontend): Update logo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user