File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,21 @@ class Footer extends React.Component {
47
47
< div >
48
48
< h5 > Community</ h5 >
49
49
< a
50
- href = "http ://stackoverflow.com/questions/tagged/"
50
+ href = "https ://stackoverflow.com/questions/tagged/create-react-app "
51
51
target = "_blank"
52
52
rel = "noreferrer noopener"
53
53
>
54
54
Stack Overflow
55
55
</ a >
56
- < a href = "https://discordapp.com/" > Project Chat</ a >
56
+ < a
57
+ href = "https://spectrum.chat/react"
58
+ target = "_blank"
59
+ rel = "noreferrer noopener"
60
+ >
61
+ Spectrum
62
+ </ a >
57
63
< a
58
- href = "https://twitter.com/"
64
+ href = "https://twitter.com/reactjs "
59
65
target = "_blank"
60
66
rel = "noreferrer noopener"
61
67
>
@@ -64,12 +70,12 @@ class Footer extends React.Component {
64
70
</ div >
65
71
< div >
66
72
< h5 > More</ h5 >
67
- < a href = "https://github.com/" > GitHub</ a >
73
+ < a href = "https://www. github.com/facebook/create-react-app " > GitHub</ a >
68
74
< a
69
75
className = "github-button"
70
76
href = { this . props . config . repoUrl }
71
77
data-icon = "octicon-star"
72
- data-count-href = "/facebook/docusaurus /stargazers"
78
+ data-count-href = "/facebook/create-react-app /stargazers"
73
79
data-show-count = "true"
74
80
data-count-aria-label = "# stargazers on GitHub"
75
81
aria-label = "Star this project on GitHub"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ const siteConfig = {
28
28
headerLinks : [
29
29
{ doc : 'getting-started' , label : 'Getting started' } ,
30
30
{ href : 'https://reactjs.org/community/support.html' , label : 'Help' } ,
31
+ { href : 'https://www.github.com/facebook/create-react-app' , label : 'GitHub' } ,
31
32
] ,
32
33
33
34
/* path to images for header/footer */
@@ -77,7 +78,7 @@ const siteConfig = {
77
78
78
79
// You may provide arbitrary config keys to be used as needed by your
79
80
// template. For example, if you need your repo's URL...
80
- // repoUrl: 'https://github.com/facebook/test-site ',
81
+ repoUrl : 'https://github.com/facebook/create-react-app ' ,
81
82
} ;
82
83
83
84
module . exports = siteConfig ;
You can’t perform that action at this time.
0 commit comments