diff --git a/client/src/pages/donate.js b/client/src/pages/donate.js index e13e3ffc98..d46e8de5f9 100644 --- a/client/src/pages/donate.js +++ b/client/src/pages/donate.js @@ -56,7 +56,7 @@ class DonatePage extends Component { render() { return ( - + diff --git a/client/src/pages/learn.js b/client/src/pages/learn.js index 0238d42154..6054435f84 100644 --- a/client/src/pages/learn.js +++ b/client/src/pages/learn.js @@ -38,7 +38,7 @@ const IndexPage = ({ }) => (
- +

Welcome to the freeCodeCamp curriculum

diff --git a/client/src/templates/Guide/components/ArticleLayout.js b/client/src/templates/Guide/components/ArticleLayout.js index 9f42aaf8e8..d0ff287cca 100644 --- a/client/src/templates/Guide/components/ArticleLayout.js +++ b/client/src/templates/Guide/components/ArticleLayout.js @@ -29,7 +29,7 @@ const ArticleLayout = props => { return ( - {`${title} | freeCodeCamp Guide`} + {`${title} | freeCodeCamp.org`} - {block} | freeCodeCamp + {block} | freeCodeCamp.org
diff --git a/client/src/templates/Introduction/SuperBlockIntro.js b/client/src/templates/Introduction/SuperBlockIntro.js index 0ebe015388..85619ae79d 100644 --- a/client/src/templates/Introduction/SuperBlockIntro.js +++ b/client/src/templates/Introduction/SuperBlockIntro.js @@ -20,7 +20,7 @@ function SuperBlockIntroductionPage({ data: { markdownRemark } }) { return ( - {superBlock} | freeCodeCamp + {superBlock} | freeCodeCamp.org