Welcome page + too much bootstrap stuff for now

This commit is contained in:
Thomas Lant 2017-05-26 17:23:34 +00:00
parent aa357ff6de
commit 8f083a5fdd
32 changed files with 9925 additions and 1 deletions

View file

@ -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`;