File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const viewMode = defineModel<ViewMode>({ default: 'cards' })
1818 :aria-label =" $t('filters.view_mode.cards')"
1919 @click =" viewMode = 'cards'"
2020 >
21- <span class =" i-carbon-grid w-4 h-4" aria-hidden =" true" />
21+ <span class =" i-carbon-horizontal-view w-4 h-4" aria-hidden =" true" />
2222 <span class =" sr-only" >{{ $t('filters.view_mode.cards') }}</span >
2323 </button >
2424 <button
@@ -29,7 +29,7 @@ const viewMode = defineModel<ViewMode>({ default: 'cards' })
2929 :aria-label =" $t('filters.view_mode.table')"
3030 @click =" viewMode = 'table'"
3131 >
32- <span class =" i-carbon-list w-4 h-4" aria-hidden =" true" />
32+ <span class =" i-carbon-table-split w-4 h-4" aria-hidden =" true" />
3333 <span class =" sr-only" >{{ $t('filters.view_mode.table') }}</span >
3434 </button >
3535 </div >
You can’t perform that action at this time.
0 commit comments