replaced ti-file*

and some simplification
This commit is contained in:
dakkar 2024-06-21 17:37:08 +01:00
parent e1bf3e2fff
commit ad56e745c8
6 changed files with 15 additions and 10 deletions

View file

@ -86,7 +86,7 @@ export function openInstanceMenu(ev: MouseEvent) {
to: '/contact',
}, (instance.impressumUrl) ? {
text: i18n.ts.impressum,
icon: 'ph-newspaper-clipping ph-bold ph-lg',
icon: 'ti ti-file-invoice',
action: () => {
window.open(instance.impressumUrl, '_blank', 'noopener');
},