Skip to content

Commit

Permalink
Update UserInfo.jsx and set additional properties for react-gravatar (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpesculis authored and mistercrunch committed Dec 26, 2017
1 parent d5e3201 commit 2b2cf49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2b2cf49

Please sign in to comment.