Better print style + base tabs

This commit is contained in:
2020-04-21 14:10:50 +02:00
parent 6e0ccd5575
commit 642b555b3d
17 changed files with 287 additions and 107 deletions

View File

@ -20,7 +20,7 @@ const App: FunctionalComponent = () => {
return (
<div id="app">
<Header />
<Header class="noPrint" />
<Router onChange={handleRoute}>
<Route path="/" component={Home} />
<Route path="/p/:projectId" component={Project} />