mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
en dash
This commit is contained in:
@@ -30,7 +30,7 @@ export const Seo = withRouter(
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
{title != null && (
|
||||
<title key="title">{title + (isHomePage ? '' : ' • React')}</title>
|
||||
<title key="title">{title + (isHomePage ? '' : ' – React')}</title>
|
||||
)}
|
||||
{description != null && (
|
||||
<meta name="description" key="description" content={description} />
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user