From 90fbdb1fb9e8c335de41353c3f14c3ec29087e09 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 16 Feb 2023 16:52:29 +0000 Subject: [PATCH] en dash --- beta/src/components/Seo.tsx | 2 +- beta/src/content/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ---