Make bootstrap icons offline and add them to ci: prefix icons
This commit is contained in:
@@ -40,7 +40,7 @@ const hasCartItem = computed(() => !!cart.value && cart.value.items.length! > 0)
|
||||
class="flex items-center gap-2 text-sm lg:text-[1rem] font-medium"
|
||||
>
|
||||
<Icon
|
||||
name="bi:arrow-right"
|
||||
name="ci:bi-arrow-right"
|
||||
class="**:stroke-blue-500"
|
||||
/>
|
||||
<span class="text-blue-500">
|
||||
|
||||
Reference in New Issue
Block a user