chore: replace tabler icons with phosphor icons

This commit is contained in:
Mar0xy 2023-11-06 00:28:29 +01:00
parent 2dfd8b2842
commit 53868f0176
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 5 additions and 5 deletions

View file

@ -105,7 +105,7 @@ export function openInstanceMenu(ev: MouseEvent) {
},
}, ($i) ? {
text: i18n.ts._initialTutorial.launchTutorial,
icon: 'ti ti-presentation',
icon: 'ph-presentation ph-bold ph-lg',
action: () => {
os.popup(defineAsyncComponent(() => import('@/components/MkTutorialDialog.vue')), {}, {}, 'closed');
},