@ -74,7 +74,7 @@ class Home extends Component {
return (
<div css={{width: '100%'}}>
<TitleAndMetaTags
title="React - A JavaScript library for building user interfaces"
title="React – A JavaScript library for building user interfaces"
ogUrl={createOgUrl('index.html')}
/>
<header
@ -33,7 +33,7 @@ const Blog = ({data, location}) => (
ogDescription={data.markdownRemark.excerpt}
markdownRemark={data.markdownRemark}
sectionList={toSectionList(data.allMarkdownRemark)}
titlePostfix=" - React Blog"
titlePostfix=" – React Blog"
);
@ -16,7 +16,7 @@ const Community = ({data, location}) => (
location={location}
sectionList={sectionListCommunity}
titlePostfix=" - React"
titlePostfix=" – React"
@ -16,7 +16,7 @@ const Docs = ({data, location}) => (
sectionList={sectionListDocs}
@ -27,7 +27,7 @@ const Tutorial = ({data, location}) => {
sectionList={sectionListTutorial}
};