Skip to content

Commit 33cbc7a

Browse files
committed
Make Getting Started consistent
1 parent 8e5f065 commit 33cbc7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/website/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
}
140140
},
141141
"links": {
142-
"Getting started": "Getting started",
142+
"Getting Started": "Getting Started",
143143
"Help": "Help",
144144
"GitHub": "GitHub"
145145
},

docusaurus/website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class HomeSplash extends React.Component {
7777
<ProjectTitle />
7878
<PromoSection>
7979
<Button href={docUrl('getting-started', language)}>
80-
Get started
80+
Getting Started
8181
</Button>
8282
<Button href={docUrl('documentation-intro', language)}>Documentation</Button>
8383
</PromoSection>

docusaurus/website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const siteConfig = {
2626

2727
// For no header links in the top nav bar -> headerLinks: [],
2828
headerLinks: [
29-
{ doc: 'getting-started', label: 'Getting started' },
29+
{ doc: 'getting-started', label: 'Getting Started' },
3030
{ href: 'https://reactjs.org/community/support.html', label: 'Help' },
3131
{
3232
href: 'https://www.github.com/facebook/create-react-app',

0 commit comments

Comments
 (0)