From d2c017d821b142bd52fc0f0b761eb2c685048313 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 16 Feb 2019 13:01:15 +0530 Subject: [PATCH] fix(title): make consistent main title --- client/src/pages/donate.js | 2 +- client/src/pages/learn.js | 2 +- client/src/templates/Guide/components/ArticleLayout.js | 2 +- client/src/templates/Introduction/Intro.js | 2 +- client/src/templates/Introduction/SuperBlockIntro.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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