Update img tags to NuxtImg

This commit is contained in:
marzban-dev
2025-03-23 23:22:17 +03:30
parent f9ca2a2e2f
commit eab8bfcbd5
23 changed files with 78 additions and 51 deletions
@@ -40,7 +40,7 @@ const highlights = ref<Highlight[]>([
>
<template v-for="(highlight, index) in highlights" :key="index">
<div class="flex flex-col-center gap-[.75rem] px-5">
<img
<NuxtImg
:src="highlight.icon"
class="size-[70px] md:size-[90px]"
alt=""