Update navbar icons to animated gifs
This commit is contained in:
@@ -92,11 +92,15 @@ const megaMenuCategories = computed(() => {
|
||||
>
|
||||
<NuxtLink
|
||||
to="/signin"
|
||||
class="flex-center"
|
||||
class="flex-center header-navbar-item"
|
||||
>
|
||||
<Icon
|
||||
<!-- <Icon
|
||||
name="ci:profile"
|
||||
class="**:stroke-black size-5 lg:size-6 header-navbar-item"
|
||||
/> -->
|
||||
<NuxtImg
|
||||
src="/img/navbar/profile.gif"
|
||||
class="size-7 lg:size-8 mt-0.5"
|
||||
/>
|
||||
</NuxtLink>
|
||||
</Tooltip>
|
||||
@@ -105,21 +109,29 @@ const megaMenuCategories = computed(() => {
|
||||
to="/products"
|
||||
class="flex-center header-navbar-item"
|
||||
>
|
||||
<Icon
|
||||
<!-- <Icon
|
||||
name="ci:search"
|
||||
class="**:stroke-black size-4.5 lg:size-[21px]"
|
||||
/> -->
|
||||
<NuxtImg
|
||||
src="/img/navbar/search.gif"
|
||||
class="size-7 lg:size-8 mt-0.5"
|
||||
/>
|
||||
</NuxtLink>
|
||||
</Tooltip>
|
||||
<Tooltip title="سبد خرید">
|
||||
<NuxtLink
|
||||
to="/cart"
|
||||
class="flex-center"
|
||||
class="flex-center header-navbar-item"
|
||||
>
|
||||
<button class="relative">
|
||||
<Icon
|
||||
<!-- <Icon
|
||||
name="ci:cart"
|
||||
class="**:stroke-black size-5 lg:size-6 header-navbar-item"
|
||||
/> -->
|
||||
<NuxtImg
|
||||
src="/img/navbar/cart.gif"
|
||||
class="size-7 lg:size-8"
|
||||
/>
|
||||
|
||||
<div
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
Reference in New Issue
Block a user