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