remove user icon
This commit is contained in:
parent
f5b1a6f9b5
commit
4161d552ba
@ -22,10 +22,6 @@ const UserStatus: FunctionComponent<{
|
||||
);
|
||||
return (
|
||||
<div style={style} className={layoutMode === "right" ? "flex-rtl" : "flex-ltr"}>
|
||||
<span style={{color: textColorOnBoard}} className="material-symbols-outlined icon" >
|
||||
face_6
|
||||
</span>
|
||||
<Space width='5px' />
|
||||
<span style={{color: textColorOnBoard}} className='text'>{user.isAnonymous ? context.texts.Anonymous : user.name}</span>
|
||||
<Space width='5px' />
|
||||
<div className={"circle " + (user.isOnline ? "online" : "offline")}></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user