replaced ti-arrow-left

This commit is contained in:
dakkar 2024-06-21 14:40:19 +01:00
parent f8248853d1
commit e7b3a60698
6 changed files with 15 additions and 14 deletions

View file

@ -134,7 +134,7 @@ function getMenu() {
text: i18n.ts.move + '...',
icon: 'ph-arrows-out-cardinal ph-bold ph-lg',
children: [{
icon: 'ph-arrow-left ph-bold ph-lg',
icon: 'ti ti-arrow-left',
text: i18n.ts._deck.swapLeft,
action: () => {
swapLeftColumn(props.column.id);