chore: replace tabler icons with phosphor icons
This commit is contained in:
parent
2dfd8b2842
commit
53868f0176
3 changed files with 5 additions and 5 deletions
|
|
@ -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');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue