File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage/framework/defaults/views/dashboard/commerce/products Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
652
652
<div class =" flex items-center justify-between" >
653
653
<h3 class =" text-sm font-medium text-gray-900 dark:text-white" >{{ product.name }}</h3 >
654
654
<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 >
656
656
<span class =" ml-1 text-sm text-gray-600 dark:text-gray-400" >{{ product.rating }}</span >
657
657
<span class =" ml-1 text-xs text-gray-500 dark:text-gray-500" >({{ product.reviewCount }})</span >
658
658
</div >
@@ -719,7 +719,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
719
719
<div class =" ml-4" >
720
720
<div class =" font-medium text-gray-900 dark:text-white" >{{ product.name }}</div >
721
721
<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 >
723
723
<span class =" ml-1 text-xs text-gray-500 dark:text-gray-400" >{{ product.rating }} ({{ product.reviewCount }})</span >
724
724
<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" >
725
725
Featured
You can’t perform that action at this time.
0 commit comments