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