|
|
@ -31,7 +31,9 @@ class App extends Component { |
|
|
|
render() { |
|
|
|
render() { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div className="bg-img" /> |
|
|
|
<div className="bg-img" style={{ |
|
|
|
|
|
|
|
backgroundImage: 'url('+(localStorage['REPLACE_ERIRI_WITH_URL'] || '/eriri_bg.jpg')+')' |
|
|
|
|
|
|
|
}} /> |
|
|
|
<Title callback={this.show_sidebar.bind(this)} set_search_text={this.set_search_text.bind(this)} /> |
|
|
|
<Title callback={this.show_sidebar.bind(this)} set_search_text={this.set_search_text.bind(this)} /> |
|
|
|
<div className="left-container"> |
|
|
|
<div className="left-container"> |
|
|
|
<Flow key={this.state.flow_render_key} |
|
|
|
<Flow key={this.state.flow_render_key} |
|
|
|