Skip to content

Commit

Permalink
Update Page home src on https://start.bigclown.com/
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Sep 2, 2018
1 parent 80bc7af commit 6eacd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default class extends Component {
</div>

<main key="main">
<RouteIframe path="/" exact src="https://www.bigclown.com/doc/" />
<RouteIframe path="/" exact src="https://start.bigclown.com/" />
<Route path="/settings" component={Settings}/>
<RouteWithProps path="/devices" component={Devices} model={this.radiomanager} />
<RouteIframe path="/functions" src="http://localhost:1880/" id="node-red" />
Expand Down

0 comments on commit 6eacd83

Please sign in to comment.