diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 12:38:50 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | cb124607ce60cc61ad8b8e372321bacddb7fbc6c (patch) | |
| tree | 2ab3fc73cf92fa7a4dee8f490c62526894521a0e /packages/frontend/src/components/MkPostFormAttaches.vue | |
| parent | replaced ti-download (diff) | |
| download | sharkey-cb124607ce60cc61ad8b8e372321bacddb7fbc6c.tar.gz sharkey-cb124607ce60cc61ad8b8e372321bacddb7fbc6c.tar.bz2 sharkey-cb124607ce60cc61ad8b8e372321bacddb7fbc6c.zip | |
replaced ti-circle-x
Diffstat (limited to 'packages/frontend/src/components/MkPostFormAttaches.vue')
| -rw-r--r-- | packages/frontend/src/components/MkPostFormAttaches.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPostFormAttaches.vue b/packages/frontend/src/components/MkPostFormAttaches.vue index 956dad8021..b3ecb60ade 100644 --- a/packages/frontend/src/components/MkPostFormAttaches.vue +++ b/packages/frontend/src/components/MkPostFormAttaches.vue @@ -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, |