tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 4211f9ede0 - Show all commits

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">