Skip to content

Commit

Permalink
Static profile picture
Browse files Browse the repository at this point in the history
Found 19 vulnerabilities (4 low, 10 moderate, 5 high)
  • Loading branch information
souhailmerroun authored and benoror committed Jan 9, 2019
1 parent 68a19dc commit 8d220ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/noprofilepicture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/UserInfo.js
Expand Up @@ -13,7 +13,7 @@ class UserInfo extends Component {
<img class="avatar" src={
this.props.user && this.props.user.image
? this.props.user.image[0].contentUrl
: "http://espace-icare.net/wp-content/uploads/2017/05/noprofile-big.png"
: "/noprofilepicture.png"
} />
<h1>{this.props.user && this.props.user.name}</h1>
</div>
Expand Down

0 comments on commit 8d220ba

Please sign in to comment.