put back footer

This commit is contained in:
Giulio De Pasquale 2020-12-19 17:27:46 +00:00
parent 470fa942d7
commit e9ea60f404

View File

@ -83,6 +83,7 @@ class App extends Component<{}, AppState> {
<div className="bg-gray-800">
<div className="h-screen max-w-screen flex mx-auto">
<Navbar/>
<main
className="my-1 py-2 px-10 flex-1 bg-gray-200 dark:bg-black rounded-l-lg*
transition duration-500 ease-in-out overflow-y-auto flex flex-col">
@ -99,11 +100,12 @@ class App extends Component<{}, AppState> {
</div>
{/*<footer className="flex rounded-lg justify-center bg-gray-600 mt-4 border-t text-gray-300">*/}
{/* <span className="my-1 mx-1">Made with ❤️ by the Peperone in a scantinato</span>*/}
{/*</footer>*/}
<footer className="flex rounded-lg justify-center bg-gray-600 mt-4 border-t text-gray-300">
<span className="my-1 mx-1">Made with by the Peperone in a scantinato</span>
</footer>
</main>
<Sidebar tick={1} price={1} positions={[]}/>
<Sidebar/>
</div>
</div>
</>