diff --git a/src/@matthieuauger/gatsby-theme-meetup/components/Layout/Layout.component.js b/src/@matthieuauger/gatsby-theme-meetup/components/Layout/Layout.component.js index 27746b7eb..43876118e 100644 --- a/src/@matthieuauger/gatsby-theme-meetup/components/Layout/Layout.component.js +++ b/src/@matthieuauger/gatsby-theme-meetup/components/Layout/Layout.component.js @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import Helmet from 'react-helmet'; import { StaticQuery, graphql } from 'gatsby'; -import favicon from '../../images/favicon.png'; +import favicon from '../../images/favicon-16x16.png'; import Header from '../Header'; import './layout.css'; diff --git a/src/@matthieuauger/gatsby-theme-meetup/images/favicon-16x16.png b/src/@matthieuauger/gatsby-theme-meetup/images/favicon-16x16.png new file mode 100644 index 000000000..8c5181ab6 Binary files /dev/null and b/src/@matthieuauger/gatsby-theme-meetup/images/favicon-16x16.png differ