diff --git a/resources/views/layouts/partials/header/autocomplete.blade.php b/resources/views/layouts/partials/header/autocomplete.blade.php index b37717dc3..fac11f4e9 100644 --- a/resources/views/layouts/partials/header/autocomplete.blade.php +++ b/resources/views/layouts/partials/header/autocomplete.blade.php @@ -27,7 +27,7 @@ class="flex w-1/2 sm:w-1/2 md:w-1/3 px-4 my-4" :key="suggestion._id" > - + diff --git a/resources/views/product/partials/images.blade.php b/resources/views/product/partials/images.blade.php index 9a4802bf7..10489cb08 100644 --- a/resources/views/product/partials/images.blade.php +++ b/resources/views/product/partials/images.blade.php @@ -8,7 +8,7 @@ class="flex items-center justify-center border rounded p-5 {{ count($product->im :class="{ 'fixed inset-0 bg-white !h-full z-10 cursor-[zoom-out]': opened === {{ $loop->index }} }" v-on:click.prevent="toggle({{ $loop->index }}, $event)" > - + - +