mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
force add entry route
This commit is contained in:
parent
dc642e843a
commit
8b58a57ad2
@ -62,7 +62,7 @@ class Footer extends React.Component {
|
||||
</div>
|
||||
<div>
|
||||
<h5>More</h5>
|
||||
<a href={this.props.config.baseUrl + 'blog'}>Blog</a>
|
||||
<a href={this.props.config.baseUrl + 'blog/index.html'}>Blog</a>
|
||||
<a href="https://github.com/react-bootstrap-table/react-bootstrap-table2">GitHub</a>
|
||||
<a
|
||||
className="github-button"
|
||||
|
||||
@ -26,7 +26,7 @@ class Help extends React.Component {
|
||||
title: 'Join the community',
|
||||
},
|
||||
{
|
||||
content: '<a href="../blog" target="_blank">Find out</a> what\'s new with this project',
|
||||
content: '<a href="../blog/index.html" target="_blank">Find out</a> what\'s new with this project',
|
||||
title: 'Stay up to date',
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user