Skip to content

Commit

Permalink
Website: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 19, 2015
1 parent 1b248af commit 0ac3104
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
Binary file added docs/src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/src/index.js
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
// import "./modules/polyfills" import "./favicon.png"
import "./index.css" import "./index.css"

// import "./modules/polyfills"

// move the toc in a grid cell // move the toc in a grid cell
import "./modules/move-toc" import "./modules/move-toc"
// sort of sticky header // sort of sticky header
Expand Down
5 changes: 5 additions & 0 deletions docs/src/modules/Head/index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default class Head extends Component {
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0, minimal-ui" content="width=device-width, initial-scale=1.0, minimal-ui"
/> />
<link
rel="icon"
type="image/png"
href="/favicon.png"
/>
<title>{this.props.title}</title> <title>{this.props.title}</title>
{ {
this.props.stylesheets.map(stylesheet => ( this.props.stylesheets.map(stylesheet => (
Expand Down
48 changes: 48 additions & 0 deletions logo/cssnext-favicon.svg
Loading
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 0ac3104

Please sign in to comment.