Skip to content

Commit

Permalink
Favicon updated, warning fix for emoji in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomazz committed Jul 8, 2018
1 parent 467283f commit 5aa762d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
6 changes: 4 additions & 2 deletions src/components/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ export class MyToolbar extends Component<props_types, state_types> {
return (
<Toolbar>
<IconButton color="inherit" aria-label="Menu" />

{/*// eslint-disable-next-line*/}
<Typography variant="title" color="inherit">
Flower 🌸
Flower
</Typography>

<span role="img" aria-label="flower" style={{margin:10, fontSize:30}}>🌸</span>
<SearchBar
onRequestSearch={this.props.onRequestSearch}
style={{
Expand Down

0 comments on commit 5aa762d

Please sign in to comment.