Remove useless footer node
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-07-24 02:16:58 +02:00
parent 7ada0b0e2a
commit 34cb1a754a

View file

@ -33,9 +33,7 @@
<div bind:this={node}></div> <div bind:this={node}></div>
<slot /> <slot />
<footer>
<BottomAppBar /> <BottomAppBar />
</footer>
<style> <style>
div { div {
@ -43,7 +41,4 @@
width: 0; width: 0;
height: 0; height: 0;
} }
footer {
background: white;
}
</style> </style>