fix eye-closed → ti-eye-exclamation

we use eye-slash for sensitive, only in a few places we used
eye-closed and I think we shouldn't
This commit is contained in:
dakkar 2024-06-22 12:21:25 +01:00
parent b34a8a9a69
commit 3d917a4430
3 changed files with 6 additions and 6 deletions

View file

@ -89,7 +89,7 @@ export function getDriveFileMenu(file: Misskey.entities.DriveFile, folder?: Miss
action: () => rename(file),
}, {
text: file.isSensitive ? i18n.ts.unmarkAsSensitive : i18n.ts.markAsSensitive,
icon: file.isSensitive ? 'ti ti-eye' : 'ph-eye-closed ph-bold ph-lg',
icon: file.isSensitive ? 'ti ti-eye' : 'ti ti-eye-exclamation',
action: () => toggleSensitive(file),
}, {
text: i18n.ts.describeFile,