diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index 900ead977..35e8ace43 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -30,7 +30,7 @@ export const Seo = withRouter( {title != null && ( - {title + (isHomePage ? '' : ' • React')} + {title + (isHomePage ? '' : ' – React')} )} {description != null && ( diff --git a/beta/src/content/index.md b/beta/src/content/index.md index 2c392faa0..0ef5df597 100644 --- a/beta/src/content/index.md +++ b/beta/src/content/index.md @@ -1,6 +1,6 @@ --- id: home -title: React • The library for web and native user interfaces +title: React – The library for web and native user interfaces permalink: index.html ---