We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250fcf1 commit f9fca21Copy full SHA for f9fca21
1 file changed
app/components/Package/Table.vue
@@ -193,7 +193,7 @@ function getColumnLabel(id: ColumnId): string {
193
<template v-if="isSortable('downloads')">
194
<span
195
v-if="isColumnSorted('downloads')"
196
- class="i-lucide:caret-down w-3 h-3"
+ class="i-lucide:chevron-down w-3 h-3"
197
:class="getSortDirection('downloads') === 'asc' ? 'rotate-180' : ''"
198
aria-hidden="true"
199
/>
@@ -231,7 +231,7 @@ function getColumnLabel(id: ColumnId): string {
231
<template v-if="isSortable('updated')">
232
233
v-if="isColumnSorted('updated')"
234
235
:class="getSortDirection('updated') === 'asc' ? 'rotate-180' : ''"
236
237
0 commit comments