Skip to content

Commit

Permalink
Invert color of favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
leonm1 committed Oct 13, 2019
1 parent a36ff4c commit 14758d3
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
background_color: `#663399`,
theme_color: `#663399`,
display: `minimal-ui`,
icon: `src/images/facicon.ico`, // This path is relative to the root of the site.
icon: `src/images/vhlogo.svg`, // This path is relative to the root of the site.
},
},
'gatsby-plugin-styled-components',
Expand Down
Binary file removed src/images/facicon.ico
Binary file not shown.
Binary file removed src/images/gatsby-icon.ico
Binary file not shown.
82 changes: 82 additions & 0 deletions src/images/vhlogo.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 14758d3

Please sign in to comment.