mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Upgrade to Heroicons v2 (#281)
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<BaseIcon
|
||||
v-if="!showFilters"
|
||||
:class="slotProps.class"
|
||||
name="FilterIcon"
|
||||
name="FunnelIcon"
|
||||
/>
|
||||
<BaseIcon v-else :class="slotProps.class" name="XIcon" />
|
||||
<BaseIcon v-else :class="slotProps.class" name="XMarkIcon" />
|
||||
</template>
|
||||
</BaseButton>
|
||||
</template>
|
||||
@@ -111,7 +111,7 @@
|
||||
<template #cell-actions="{ row }">
|
||||
<BaseDropdown>
|
||||
<template #activator>
|
||||
<BaseIcon name="DotsHorizontalIcon" class="w-5 text-gray-500" />
|
||||
<BaseIcon name="EllipsisHorizontalIcon" class="w-5 text-gray-500" />
|
||||
</template>
|
||||
<router-link :to="`payments/${row.data.id}/view`">
|
||||
<BaseDropdownItem>
|
||||
|
||||
Reference in New Issue
Block a user