Update frontend/components/Item/Card.vue

This commit is contained in:
Hayden 2024-01-04 12:10:39 -09:00 committed by GitHub
parent 1a79be36d4
commit 9be561c2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
<div v-if="item.insured" class="tooltip z-10" data-tip="Insured">
<Icon class="h-5 w-5 text-primary" name="mdi-shield-check" />
</div>
<div v-if="item.quantity > 1 || item.quantity == 0" class="tooltip" data-tip="Quantity">
<div class="tooltip" data-tip="Quantity">
<span class="badge h-5 w-5 badge-primary badge-sm text-xs">
{{ item.quantity }}
</span>