Skip to content

Commit

Permalink
Remove unnecessary div (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal authored Apr 16, 2024
1 parent 693fe5f commit b094989
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions resources/views/listing/partials/checkbox.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<add-to-compare v-slot="addToCompare" :id="item.entity_id">
<div class="mt-1 md:mt-2">
<x-input.checkbox v-bind:checked="addToCompare.inCompare" @change="addToCompare.toggleCompare()">
<span class="text-xs font-medium text-inactive md:text-sm">@lang('Compare this product')</span>
</x-input.checkbox>
</div>
</add-to-compare>
<x-input.checkbox v-bind:checked="addToCompare.inCompare" @change="addToCompare.toggleCompare()">
<span class="text-xs font-medium text-inactive md:text-sm">@lang('Compare this product')</span>
</x-input.checkbox>
</add-to-compare>

0 comments on commit b094989

Please sign in to comment.