Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created December 21, 2015 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhiaiyer91/fdc312071fca8ca84922 to your computer and use it in GitHub Desktop.
Save abhiaiyer91/fdc312071fca8ca84922 to your computer and use it in GitHub Desktop.
const ProfileAvatarComponent = ({profilePhoto, role}) => {
return (
<div className="img-circle">
<div className="grey-outline">
<img src={profilePhoto} className="img-responsive"/>
</div>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment