replaced ti-arrow-right

This commit is contained in:
dakkar 2024-06-21 14:27:32 +01:00
parent 01b9736c8c
commit 79df8774da
7 changed files with 18 additions and 17 deletions

View file

@ -140,7 +140,7 @@ function getMenu() {
swapLeftColumn(props.column.id);
},
}, {
icon: 'ph-arrow-right ph-bold ph-lg',
icon: 'ti ti-arrow-right',
text: i18n.ts._deck.swapRight,
action: () => {
swapRightColumn(props.column.id);