Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: add favicon based on new logo
Browse files Browse the repository at this point in the history
Ref #441
Ref #207
  • Loading branch information
MoOx committed May 23, 2016
1 parent 1749f8e commit c7bd549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added docs/content/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/web_modules/LayoutContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export default class Layout extends Component {
return (
<GoogleAnalyticsTracker params={ this.props.params }>
<Helmet
link={ [
{ "rel": "icon", "href": "/assets/favicon.png" },
] }
meta={ [
{
name: "generator", content: `${
Expand Down

0 comments on commit c7bd549

Please sign in to comment.