replaced ti-eye-off

This commit is contained in:
dakkar 2024-06-21 15:15:04 +01:00
parent 8830c94591
commit b1954d9898
9 changed files with 12 additions and 11 deletions

View file

@ -316,7 +316,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
//}
menu = menu.concat([{ type: 'divider' }, {
icon: user.isMuted ? 'ti ti-eye' : 'ph-eye-slash ph-bold ph-lg',
icon: user.isMuted ? 'ti ti-eye' : 'ti ti-eye-off',
text: user.isMuted ? i18n.ts.unmute : i18n.ts.mute,
action: toggleMute,
}, {