feat: update title meta (#40362)

This commit is contained in:
Ahmad Abdolsaheb
2020-12-07 13:15:11 +03:00
committed by GitHub
parent bf0c49f9b4
commit 2959196b35
4 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ export const Landing = ({ page = 'landing' }) => {
return (
<Fragment>
<Helmet>
<title>Learn to code at home | freeCodeCamp.org</title>
<title>Learn to Code for Free Coding Courses for Busy People</title>
</Helmet>
<main className='landing-page'>
<Grid>

View File

@@ -77,7 +77,7 @@ export const LearnPage = ({
const hashValue = hashValueSelector(state, hash);
return (
<LearnLayout>
<Helmet title='Learn to code at home | freeCodeCamp.org' />
<Helmet title='Learn to Code for Free Coding Courses for Busy People' />
<Grid>
<Intro
complete={complete}