File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 139139 }
140140 },
141141 "links" : {
142-  "Getting started " : " Getting started "  ,
142+  "Getting Started " : " Getting Started "  ,
143143 "Help" : " Help"  ,
144144 "GitHub" : " GitHub" 
145145 },
Original file line number Diff line number Diff 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 > 
Original file line number Diff line number Diff 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' , 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments