Skip to content

Commit 0d8af0e

Browse files
committed
replace column picker icon
1 parent fbff66b commit 0d8af0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ColumnPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function handleReset() {
7575
aria-haspopup="true"
7676
:aria-controls="menuId"
7777
@click.stop="isOpen = !isOpen"
78-
classicon="i-carbon:column"
78+
classicon="i-lucide:columns-3-cog"
7979
>
8080
{{ $t('filters.columns.title') }}
8181
</ButtonBase>

0 commit comments

Comments
 (0)