link to home on logo

This commit is contained in:
Mamalizz-dev
2026-05-11 23:14:59 +03:30
parent 9041366720
commit 368d33b931
+11 -6
View File
@@ -169,13 +169,18 @@ const megaMenuCategories = computed(() => {
fetch-priority="high" fetch-priority="high"
class="h-2/3" class="h-2/3"
/> --> /> -->
<NuxtImg <NuxtLink
src="/img/heymlz/heymlz-logomotion.gif" to="/"
preload
loading="eager"
fetch-priority="high"
class="h-2/3" class="h-2/3"
/> >
<NuxtImg
src="/img/heymlz/heymlz-logomotion.gif"
preload
loading="eager"
fetch-priority="high"
class="h-full"
/>
</NuxtLink>
</div> </div>
</div> </div>
</header> </header>