replaced ti-circle-x

This commit is contained in:
dakkar 2024-06-21 12:38:50 +01:00
parent 2258d84f08
commit cb124607ce
10 changed files with 11 additions and 10 deletions

View file

@ -155,7 +155,7 @@ function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent): void {
type: 'divider',
}, {
text: i18n.ts.attachCancel,
icon: 'ph-x-circle ph-bold ph-lg',
icon: 'ti ti-circle-x',
action: () => { detachMedia(file.id); },
}, {
text: i18n.ts.deleteFile,