File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 139
139
}
140
140
},
141
141
"links" : {
142
- "Getting started " : " Getting started " ,
142
+ "Getting Started " : " Getting Started " ,
143
143
"Help" : " Help" ,
144
144
"GitHub" : " GitHub"
145
145
},
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class HomeSplash extends React.Component {
77
77
< ProjectTitle />
78
78
< PromoSection >
79
79
< Button href = { docUrl ( 'getting-started' , language ) } >
80
- Get started
80
+ Getting Started
81
81
</ Button >
82
82
< Button href = { docUrl ( 'documentation-intro' , language ) } > Documentation</ Button >
83
83
</ PromoSection >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const siteConfig = {
26
26
27
27
// For no header links in the top nav bar -> headerLinks: [],
28
28
headerLinks : [
29
- { doc : 'getting-started' , label : 'Getting started ' } ,
29
+ { doc : 'getting-started' , label : 'Getting Started ' } ,
30
30
{ href : 'https://reactjs.org/community/support.html' , label : 'Help' } ,
31
31
{
32
32
href : 'https://www.github.com/facebook/create-react-app' ,
You can’t perform that action at this time.
0 commit comments