Skip to content

Commit a01fdfc

Browse files
committed
chore: wip
1 parent 194f541 commit a01fdfc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
423423
@click="openAddProductModal"
424424
class="inline-flex items-center rounded-md bg-blue-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600"
425425
>
426-
<div class="i-hugeicons-plus h-5 w-5 mr-1"></div>
426+
<div class="i-hugeicons-plus-sign h-5 w-5 mr-1"></div>
427427
Add product
428428
</button>
429429
</div>
@@ -437,7 +437,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
437437
<div class="flex items-center">
438438
<div class="flex-shrink-0">
439439
<div class="h-10 w-10 rounded-md bg-blue-100 p-2 dark:bg-blue-900">
440-
<div class="i-hugeicons-box-01 h-6 w-6 text-blue-600 dark:text-blue-300"></div>
440+
<div class="i-hugeicons-package h-6 w-6 text-blue-600 dark:text-blue-300"></div>
441441
</div>
442442
</div>
443443
<div class="ml-5 w-0 flex-1">
@@ -458,7 +458,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
458458
<div class="flex items-center">
459459
<div class="flex-shrink-0">
460460
<div class="h-10 w-10 rounded-md bg-yellow-100 p-2 dark:bg-yellow-900">
461-
<div class="i-hugeicons-star-01 h-6 w-6 text-yellow-600 dark:text-yellow-300"></div>
461+
<div class="i-hugeicons-star h-6 w-6 text-yellow-600 dark:text-yellow-300"></div>
462462
</div>
463463
</div>
464464
<div class="ml-5 w-0 flex-1">
@@ -479,7 +479,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
479479
<div class="flex items-center">
480480
<div class="flex-shrink-0">
481481
<div class="h-10 w-10 rounded-md bg-red-100 p-2 dark:bg-red-900">
482-
<div class="i-hugeicons-alert-triangle h-6 w-6 text-red-600 dark:text-red-300"></div>
482+
<div class="i-hugeicons-alert-01 h-6 w-6 text-red-600 dark:text-red-300"></div>
483483
</div>
484484
</div>
485485
<div class="ml-5 w-0 flex-1">
@@ -544,7 +544,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
544544
: 'bg-white text-gray-900 ring-gray-300 hover:bg-gray-50 dark:bg-blue-gray-800 dark:text-white dark:ring-gray-700 dark:hover:bg-blue-gray-700'
545545
]"
546546
>
547-
<div class="i-hugeicons-grid-01 h-5 w-5"></div>
547+
<div class="i-hugeicons-grid h-5 w-5"></div>
548548
</button>
549549
<button
550550
type="button"
@@ -556,7 +556,7 @@ const lowStockProducts = computed(() => products.value.filter(p => p.status ===
556556
: 'bg-white text-gray-900 ring-gray-300 hover:bg-gray-50 dark:bg-blue-gray-800 dark:text-white dark:ring-gray-700 dark:hover:bg-blue-gray-700'
557557
]"
558558
>
559-
<div class="i-hugeicons-list h-5 w-5"></div>
559+
<div class="i-hugeicons-right-to-left-list-number h-5 w-5"></div>
560560
</button>
561561
</div>
562562
</div>

storage/framework/defaults/views/dashboard/commerce/reviews/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)