Skip to content

Commit

Permalink
Merge pull request #34 from parammittal16/add-new-guest-image
Browse files Browse the repository at this point in the history
Add new Guest user image
  • Loading branch information
TdevM committed Nov 27, 2019
2 parents ca0bc37 + 54908c2 commit a1ea275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout.js
Expand Up @@ -10,7 +10,7 @@ class Layout extends React.Component {
super(props);
this.state = {
name: "Guest",
pic: "https://placehold.it/48x48",
pic: "../static/img/guest-user.jpg",
loggedIn: false,
admin: false
};
Expand Down
Binary file added static/img/guest-user.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1ea275

Please sign in to comment.