replaced ti-folder-plus

This commit is contained in:
dakkar 2024-06-21 17:07:52 +01:00
parent f28095ddeb
commit 20aff7dd74
2 changed files with 2 additions and 1 deletions

View file

@ -642,7 +642,7 @@ function getMenu() {
action: () => { deleteFolder(folder.value as Misskey.entities.DriveFolder); },
} : undefined, {
text: i18n.ts.createFolder,
icon: 'ph-folder ph-bold ph-lg-plus',
icon: 'ti ti-folder-plus',
action: () => { createFolder(); },
}];

View file

@ -177,6 +177,7 @@ export function getConfig(): UserConfig {
'ti ti-help-circle': 'ph-question ph-bold ph-lg',
'ti ti-x': 'ph-x ph-bold ph-lg',
'ti ti-folder': 'ph-folder ph-bold ph-lg',
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
},
}),
...process.env.NODE_ENV === 'production'