Skip to content

Commit ccee9d5

Browse files
committed
chore: wip
1 parent a01fdfc commit ccee9d5

File tree

1 file changed

+2
-2
lines changed
  • storage/framework/defaults/views/dashboard/commerce/products

1 file changed

+2
-2
lines changed

storage/framework/defaults/views/dashboard/commerce/products/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
652652
<div class="flex items-center justify-between">
653653
<h3 class="text-sm font-medium text-gray-900 dark:text-white">{{ product.name }}</h3>
654654
<div class="flex items-center">
655-
<div class="i-hugeicons-star-01-filled h-4 w-4 text-yellow-400"></div>
655+
<div class="i-hugeicons-star h-4 w-4 text-yellow-400"></div>
656656
<span class="ml-1 text-sm text-gray-600 dark:text-gray-400">{{ product.rating }}</span>
657657
<span class="ml-1 text-xs text-gray-500 dark:text-gray-500">({{ product.reviewCount }})</span>
658658
</div>
@@ -719,7 +719,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
719719
<div class="ml-4">
720720
<div class="font-medium text-gray-900 dark:text-white">{{ product.name }}</div>
721721
<div class="flex items-center mt-1">
722-
<div class="i-hugeicons-star-01-filled h-3 w-3 text-yellow-400"></div>
722+
<div class="i-hugeicons-star h-3 w-3 text-yellow-400"></div>
723723
<span class="ml-1 text-xs text-gray-500 dark:text-gray-400">{{ product.rating }} ({{ product.reviewCount }})</span>
724724
<span v-if="product.featured" class="ml-2 inline-flex items-center rounded-full bg-yellow-50 px-1.5 py-0.5 text-xs font-medium text-yellow-700 ring-1 ring-inset ring-yellow-600/20 dark:bg-yellow-900/30 dark:text-yellow-400">
725725
Featured

0 commit comments

Comments
 (0)