Make Getting Started consistent

This commit is contained in:
Amy Lam
2018-10-11 01:08:21 -07:00
parent 8e5f0650fc
commit 33cbc7ad5b
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@
}
},
"links": {
"Getting started": "Getting started",
"Getting Started": "Getting Started",
"Help": "Help",
"GitHub": "GitHub"
},

View File

@@ -77,7 +77,7 @@ class HomeSplash extends React.Component {
<ProjectTitle />
<PromoSection>
<Button href={docUrl('getting-started', language)}>
Get started
Getting Started
</Button>
<Button href={docUrl('documentation-intro', language)}>Documentation</Button>
</PromoSection>

View File

@@ -26,7 +26,7 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'getting-started', label: 'Getting started' },
{ doc: 'getting-started', label: 'Getting Started' },
{ href: 'https://reactjs.org/community/support.html', label: 'Help' },
{
href: 'https://www.github.com/facebook/create-react-app',