replaced ti-info-circle

This commit is contained in:
dakkar 2024-06-21 16:27:36 +01:00
parent 5409440501
commit d2b4b2fb94
27 changed files with 31 additions and 30 deletions

View file

@ -188,7 +188,7 @@ function showMenu(ev: MouseEvent) {
}, {
type: 'link' as const,
text: i18n.ts._fileViewer.title,
icon: 'ph ph-info',
icon: 'ti ti-info-circle',
to: `/my/drive/file/${props.audio.id}`,
});
}