mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
user profile appearance
This commit is contained in:
parent
2b2234c3d8
commit
87112cd985
3 changed files with 9 additions and 11 deletions
|
@ -36,11 +36,8 @@ const HeaderUnconnected: FC<IProps> = ({ username, is_user, showDialog }) => {
|
|||
<div onClick={onOpenEditor}>editor</div>
|
||||
</div>
|
||||
|
||||
<Filler />
|
||||
|
||||
{is_user && (
|
||||
<Group horizontal className={style.user_button}>
|
||||
<div>{username}</div>
|
||||
<div className={style.user_avatar} />
|
||||
</Group>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue