Update navbar icons to animated gifs
This commit is contained in:
@@ -92,11 +92,15 @@ const megaMenuCategories = computed(() => {
|
|||||||
>
|
>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/signin"
|
to="/signin"
|
||||||
class="flex-center"
|
class="flex-center header-navbar-item"
|
||||||
>
|
>
|
||||||
<Icon
|
<!-- <Icon
|
||||||
name="ci:profile"
|
name="ci:profile"
|
||||||
class="**:stroke-black size-5 lg:size-6 header-navbar-item"
|
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>
|
</NuxtLink>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
@@ -105,21 +109,29 @@ const megaMenuCategories = computed(() => {
|
|||||||
to="/products"
|
to="/products"
|
||||||
class="flex-center header-navbar-item"
|
class="flex-center header-navbar-item"
|
||||||
>
|
>
|
||||||
<Icon
|
<!-- <Icon
|
||||||
name="ci:search"
|
name="ci:search"
|
||||||
class="**:stroke-black size-4.5 lg:size-[21px]"
|
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>
|
</NuxtLink>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip title="سبد خرید">
|
<Tooltip title="سبد خرید">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/cart"
|
to="/cart"
|
||||||
class="flex-center"
|
class="flex-center header-navbar-item"
|
||||||
>
|
>
|
||||||
<button class="relative">
|
<button class="relative">
|
||||||
<Icon
|
<!-- <Icon
|
||||||
name="ci:cart"
|
name="ci:cart"
|
||||||
class="**:stroke-black size-5 lg:size-6 header-navbar-item"
|
class="**:stroke-black size-5 lg:size-6 header-navbar-item"
|
||||||
|
/> -->
|
||||||
|
<NuxtImg
|
||||||
|
src="/img/navbar/cart.gif"
|
||||||
|
class="size-7 lg:size-8"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<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