diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 12:32:48 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 2258d84f0807c167a3a8c78c4e2b33b2c827708a (patch) | |
| tree | ee68149003df9c39055db034355f7ccec2e1a539 /packages/frontend/src/scripts | |
| parent | replaced ti-terminal-2 (diff) | |
| download | sharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.tar.gz sharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.tar.bz2 sharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.zip | |
replaced ti-download
Diffstat (limited to 'packages/frontend/src/scripts')
| -rw-r--r-- | packages/frontend/src/scripts/get-drive-file-menu.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/get-drive-file-menu.ts b/packages/frontend/src/scripts/get-drive-file-menu.ts index a883404307..51486fa198 100644 --- a/packages/frontend/src/scripts/get-drive-file-menu.ts +++ b/packages/frontend/src/scripts/get-drive-file-menu.ts @@ -117,7 +117,7 @@ export function getDriveFileMenu(file: Misskey.entities.DriveFile, folder?: Miss href: file.url, target: '_blank', text: i18n.ts.download, - icon: 'ph-download ph-bold ph-lg', + icon: 'ti ti-download', download: file.name, }, { type: 'divider' }, { text: i18n.ts.delete, |