mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
Update UserInfo.jsx and set additional properties for react-gravatar (#4118)
This commit is contained in:
committed by
Maxime Beauchemin
parent
f905726c24
commit
6e1ec8347d
@@ -15,6 +15,7 @@ const UserInfo = ({ user }) => (
|
||||
email={user.email}
|
||||
width="100%"
|
||||
height=""
|
||||
size="220"
|
||||
alt={t('Profile picture provided by Gravatar')}
|
||||
className="img-rounded"
|
||||
style={{ borderRadius: 15 }}
|
||||
|
||||
Reference in New Issue
Block a user