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 {
3434 </ a >
3535 < div >
3636 < h5 > Docs</ h5 >
37- < a href = { this . docUrl ( "getting-started" , this . props . language ) } >
37+ < a href = { this . docUrl ( "getting-started" ) } >
3838 Getting Started
3939 </ a >
40- < a href = { this . docUrl ( "api" , this . props . language ) } >
40+ < a href = { this . docUrl ( "api" ) } >
4141 Api
4242 </ a >
43- < a href = { this . docUrl ( "troubleshooting" , this . props . language ) } >
43+ < a href = { this . docUrl ( "troubleshooting" ) } >
4444 Troubleshooting
4545 </ a >
4646 </ div >
@@ -56,7 +56,6 @@ class Footer extends React.Component {
5656 </ div >
5757 < div >
5858 < h5 > More</ h5 >
59- < a href = { `${ this . props . config . baseUrl } blog` } > Blog</ a >
6059 < a href = "https://github.com/reduxjs/react-redux/" > GitHub</ a >
6160 < a
6261 className = "github-button"
You can’t perform that action at this time.
0 commit comments