fix(title): make consistent main title

This commit is contained in:
Mrugesh Mohapatra
2019-02-16 13:01:15 +05:30
committed by Stuart Taylor
parent cf1def239d
commit d2c017d821
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ const IndexPage = ({
}) => (
<LearnLayout>
<div className='learn-page-wrapper'>
<Helmet title='Welcome to learn.freeCodeCamp!' />
<Helmet title='Learn | freeCodeCamp.org' />
<Spacer />
<Spacer />
<h2>Welcome to the freeCodeCamp curriculum</h2>