Skip to content

Commit 40a1562

Browse files
committed
replace sort arrows icon
1 parent c509d56 commit 40a1562

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/ListToolbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ function getSortKeyLabelKey(key: SortKey): string {
194194
class="w-4 h-4 block transition-transform duration-200"
195195
:class="
196196
currentSort.direction === 'asc'
197-
? 'i-carbon:sort-ascending'
198-
: 'i-carbon:sort-descending'
197+
? 'i-lucide:arrow-down-narrow-wide'
198+
: 'i-lucide:arrow-down-wide-narrow'
199199
"
200200
aria-hidden="true"
201201
/>

0 commit comments

Comments
 (0)