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 michellethomas committed May 23, 2018
1 parent fba5ba2 commit 7f51e5c
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 7f51e5c

Please sign in to comment.