Welcome page + too much bootstrap stuff for now
This commit is contained in:
parent
aa357ff6de
commit
8f083a5fdd
32 changed files with 9925 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
let src = this.props.homePageUrl || '/home.html';
|
||||
let src = this.props.homePageUrl || '/home/home.html';
|
||||
|
||||
if (this.props.teamToken && this.props.teamServerUrl) {
|
||||
src = `${this.props.teamServerUrl}/static/${this.props.teamToken}/home.html`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue