Commit 33cbc7ad authored by Amy Lam's avatar Amy Lam
Browse files

Make `Getting Started` consistent

parent 8e5f0650
4 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5400Tweaks ,!5717Automatically extract project file structure from build bundle file
Showing with 3 additions and 3 deletions
+3 -3
......@@ -139,7 +139,7 @@
}
},
"links": {
"Getting started": "Getting started",
"Getting Started": "Getting Started",
"Help": "Help",
"GitHub": "GitHub"
},
......
......@@ -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>
......
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment