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

@ -68,7 +68,7 @@ const buttonsLeft = computed(() => {
if (history.value.length > 1) {
buttons.push({
icon: 'ph-arrow-left ph-bold ph-lg',
icon: 'ti ti-arrow-left',
onClick: back,
});
}