File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ class Footer extends React.Component {
34
34
</ a >
35
35
< div >
36
36
< h5 > Docs</ h5 >
37
- < a href = { this . docUrl ( "getting-started" , this . props . language ) } >
37
+ < a href = { this . docUrl ( "getting-started" ) } >
38
38
Getting Started
39
39
</ a >
40
- < a href = { this . docUrl ( "api" , this . props . language ) } >
40
+ < a href = { this . docUrl ( "api" ) } >
41
41
Api
42
42
</ a >
43
- < a href = { this . docUrl ( "troubleshooting" , this . props . language ) } >
43
+ < a href = { this . docUrl ( "troubleshooting" ) } >
44
44
Troubleshooting
45
45
</ a >
46
46
</ div >
@@ -56,7 +56,6 @@ class Footer extends React.Component {
56
56
</ div >
57
57
< div >
58
58
< h5 > More</ h5 >
59
- < a href = { `${ this . props . config . baseUrl } blog` } > Blog</ a >
60
59
< a href = "https://github.com/reduxjs/react-redux/" > GitHub</ a >
61
60
< a
62
61
className = "github-button"
You can’t perform that action at this time.
0 commit comments