Skip to content

Commit

Permalink
fix: update default favicon (#781)
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Picone <Vincent.Patrick.Picone@ibm.com>
  • Loading branch information
vpicone and vpicone authored Mar 16, 2020
1 parent f4ce9c5 commit 5474c9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-carbon/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = themeOptions => {
display: 'browser',
icon: iconPath
? path.resolve(iconPath)
: require.resolve('./src/images/favicon.png'),
: require.resolve('./src/images/favicon.svg'),
},
},
`gatsby-plugin-react-helmet`,
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions packages/gatsby-theme-carbon/src/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 5474c9b

@vercel
Copy link

@vercel vercel bot commented on 5474c9b Mar 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.