added nicer splash screen to trick user into

thinking web site is faster :)
W
This commit is contained in:
Senad Uka
2015-06-20 04:43:08 +02:00
parent 393ec79a40
commit 71c504cb5f
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ var RootApp = React.createClass({
render: function() {
if (!this.state.isEverythingReadyToStartTheShow) {
return (<div>loading...</div>);
return (<div> <img height={50} src="https://res.cloudinary.com/du5pdibul/image/upload/v1428813560/logo_h5f9yp.png" /><div> se učitava. Budite strpljivi! </div></div>);
}
var cart = "";

File diff suppressed because one or more lines are too long