inverted title

This commit is contained in:
Giulio De Pasquale 2020-12-21 14:35:51 +00:00
parent f502ab02b5
commit 419f9b75a7

View File

@ -90,7 +90,7 @@ class App extends Component<{}, AppState> {
<>
<Helmet>
<title> Rustico
- {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} {String(this.state.current_price.toLocaleString())} </title>
- {String(this.state.current_price.toLocaleString())} {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} </title>
</Helmet>
<div className="bg-gray-800">
<div className="h-screen max-w-screen flex mx-auto">