added base and quote to title page

This commit is contained in:
Giulio De Pasquale 2020-12-17 09:31:09 +00:00
parent d7c5d81f80
commit 4211f9ede0

View File

@ -81,7 +81,8 @@ class App extends Component<{}, AppState> {
<div className="d-flex flex-fill flex-column">
<Helmet>
{/* TODO: fix currency */}
<title> Rustico - USD {String(this.state.current_price)} </title>
<title> Rustico
- {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} {String(this.state.current_price)} </title>
</Helmet>
<Navbar bg="light" expand="lg" className="border-bottom">