diff --git a/templates/index.html b/templates/index.html index a29b2cd..685c228 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,129 +4,13 @@ - -Hello world! +Rustico -
- - - - +
+ \ No newline at end of file diff --git a/websrc/components/App.tsx b/websrc/components/App.tsx index 6cea163..e0a2e59 100644 --- a/websrc/components/App.tsx +++ b/websrc/components/App.tsx @@ -5,6 +5,7 @@ import RPlot from "./RPlot"; import {FirstConnectMessage, NewEventMessage, NewTickMessage, PositionState, socket} from "../"; import {PositionTable} from "./Tables"; import {EventData, Events} from "./Events"; +import {Helmet} from "react-helmet"; type AppState = { current_price: number, @@ -71,6 +72,10 @@ class App extends Component<{}, AppState> { render() { return (
+ + {/* TODO: fix currency */} + Rustico - USD {String(this.state.current_price)} + Rustico - BfxBot