Fix incorrect title on user badge.
This commit is contained in:
parent
c01b090ea7
commit
47fbe1547c
@ -13,5 +13,5 @@ export type AuthedUserBadgeProps = {
|
||||
};
|
||||
|
||||
export const AuthedUserBadge: FC<AuthedUserBadgeProps> = ({ userColor }) => (
|
||||
<ChatUserBadge badge={<SafetyCertificateFilled />} userColor={userColor} title="Moderator" />
|
||||
<ChatUserBadge badge={<SafetyCertificateFilled />} userColor={userColor} title="Authenticated" />
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user