diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 00000000..2b6d879c Binary files /dev/null and b/public/favicon.png differ diff --git a/server/pages/components/Layout.js b/server/pages/components/Layout.js index 023f9332..4ee1f7a1 100644 --- a/server/pages/components/Layout.js +++ b/server/pages/components/Layout.js @@ -4,6 +4,7 @@ import { Helmet } from 'react-helmet'; import Navigation from './Navigation'; import Analytics from '../../../shared/components/Analytics'; import globalStyles from '../../../shared/styles/globals'; +import { color } from '../../../shared/styles/constants'; type Props = { children?: React$Element<*>, @@ -17,7 +18,19 @@ export default function Layout({ children }: Props) { Outline + + + + + + + + +