diff --git a/client/src/templates/Guide/components/GuideFooter.js b/client/src/templates/Guide/components/GuideFooter.js index 3ed7be47c0..507339046a 100644 --- a/client/src/templates/Guide/components/GuideFooter.js +++ b/client/src/templates/Guide/components/GuideFooter.js @@ -5,33 +5,31 @@ import { Link, Spacer } from '../../../components/helpers'; const propTypes = { githubPath: PropTypes.string }; -const GuideFooter = props => { - const { githubPath } = props; - return ( -
- This open source guide is curated by thousands of contributors. You can - help by researching, writing and updating these articles. It is an easy - and fun way to get started with contributing to open source. -
-+ This open source guide is curated by thousands of contributors. You can + help by researching, writing and updating these articles. It is an easy + and fun way to get started with contributing to open source. +
+