Skip to content

Commit

Permalink
Update @ecomplus/storefront-components/src/html/ProductKitVariations.…
Browse files Browse the repository at this point in the history
…html

Co-authored-by: Leonardo Matos <[email protected]>
  • Loading branch information
matheusgnreis and leomp12 authored Dec 11, 2023
1 parent a1b24b9 commit da302b2
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
v-for="(item, index) in localItems"
class="glide__slide"
>
<button v-if="variationKit[activeIndex]" @click="removeItemFromKit(activeIndex)" type="button" aria-label="Fechar" class="close"><i class="i-times-circle"></i></button>
<button
v-if="variationKit[activeIndex]"
@click="removeItemFromKit(activeIndex)"
type="button"
:aria-label="i19close"
class="close"
>
<i class="i-times-circle"></i>
</button>
<div class="product-kit-variation__item">
<div class="product-kit-variation__item-head">
<div class="product-kit-variation__picture">
Expand Down

0 comments on commit da302b2

Please sign in to comment.