fix a bunch of ti icons

also fix some mistyped `ph-push-pin-slash`

Thanks Marie for noticing!
This commit is contained in:
dakkar 2024-04-12 16:12:00 +01:00
parent 69697dd9f7
commit 4337a8b308
10 changed files with 27 additions and 27 deletions

View file

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