We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c509d56 commit 40a1562Copy full SHA for 40a1562
1 file changed
app/components/Package/ListToolbar.vue
@@ -194,8 +194,8 @@ function getSortKeyLabelKey(key: SortKey): string {
194
class="w-4 h-4 block transition-transform duration-200"
195
:class="
196
currentSort.direction === 'asc'
197
- ? 'i-carbon:sort-ascending'
198
- : 'i-carbon:sort-descending'
+ ? 'i-lucide:arrow-down-narrow-wide'
+ : 'i-lucide:arrow-down-wide-narrow'
199
"
200
aria-hidden="true"
201
/>
0 commit comments