snowflake to knife
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-07-21 20:07:23 -06:00
parent 55f77ab83e
commit e139acd88f

View file

@ -379,7 +379,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
action: toggleSilence, 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, text: user.isSuspended ? i18n.ts.unsuspend : i18n.ts.suspend,
action: toggleSuspend, action: toggleSuspend,
}, },