1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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
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');
},