mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
This commit is contained in:
parent
55f77ab83e
commit
e139acd88f
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
|||
action: toggleSilence,
|
||||
},
|
||||
{
|
||||
icon: "ph-snowflake ph-bold ph-lg",
|
||||
icon: "ph-knife ph-bold ph-lg",
|
||||
text: user.isSuspended ? i18n.ts.unsuspend : i18n.ts.suspend,
|
||||
action: toggleSuspend,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue