Update UserInfo.jsx and set additional properties for react-gravatar (#4118)

This commit is contained in:
James Pesculis
2017-12-26 02:29:27 -05:00
committed by Maxime Beauchemin
parent f905726c24
commit 6e1ec8347d

View File

@@ -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 }}