mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
removed avatar from profile tooltip
This commit is contained in:
parent
0d34ecbac8
commit
9bcf33af7c
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ const ProfileQuickInfo: FC<ProfileQuickInfoProps> = ({ user }) => {
|
|||
return (
|
||||
<Group className={styles.wrapper}>
|
||||
<Group className={styles.top} horizontal>
|
||||
<div>
|
||||
<Avatar url={path(['photo', 'url'], user)} username={user.username} />
|
||||
</div>
|
||||
|
||||
<Filler className={styles.names}>
|
||||
<h5 className={styles.fullname}>{user.fullname || user.username}</h5>
|
||||
<div className={styles.username}>~{user.username}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue