{meta.tagline}
@@ -22,7 +22,6 @@ const Header = ({ meta }) => { } Header.propTypes = { - minimal: PropTypes.bool, meta: PropTypes.object, } diff --git a/src/components/molecules/ProjectLinks.js b/src/components/molecules/ProjectLinks.js index b044724..2db7350 100644 --- a/src/components/molecules/ProjectLinks.js +++ b/src/components/molecules/ProjectLinks.js @@ -1,5 +1,6 @@ import React from 'react' import PropTypes from 'prop-types' +import { OutboundLink } from 'gatsby-plugin-google-analytics' import { Chain, GitHub, Dribbble } from '../atoms/Icons' import './ProjectLinks.scss' @@ -16,19 +17,24 @@ const LinkIcon = ({ title }) => { } const ProjectLinks = ({ links }) => ( -