Add Github and Feedback link
This commit is contained in:
parent
0a027fd7c2
commit
ee2dbe0f7b
2 changed files with 18 additions and 5 deletions
|
|
@ -147,8 +147,7 @@ class App extends React.PureComponent<AppProps & Classes, AppState> {
|
|||
state: this.state.mqttState,
|
||||
changeState: this.changeState
|
||||
}}>
|
||||
<TopBar title={`${this.props.config.space.name} Map`}
|
||||
connected={this.state.mqttConnected}
|
||||
<TopBar connected={this.state.mqttConnected}
|
||||
onSearch={(s) => this.setState({ search: s })} />
|
||||
<SideBar open={this.state.drawerOpened}
|
||||
control={this.state.selectedControl}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue