Skip to content

Commit 8ca7dbb

Browse files
committed
💡 feat: more intuitive icon
1 parent 3f6e052 commit 8ca7dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/components/OrderTypes.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const emit = defineEmits(['update:modelValue'])
1717
const orderTypes = computed(() => ([
1818
{
1919
name: ORDER.ASC,
20-
icon: 'i-mdi-sort-numeric-ascending'
20+
icon: 'i-mdi-arrow-up'
2121
},
2222
{
2323
name: ORDER.DESC,
24-
icon: 'i-mdi-sort-numeric-descending'
24+
icon: 'i-mdi-arrow-down'
2525
},
2626
...(props.hideRandom ? [] : [{
2727
name: ORDER.RANDOM,

0 commit comments

Comments
 (0)