Made main layout and footer not be in column direction
This commit is contained in:
parent
92b414afb1
commit
9b09f6854a
|
@ -49,6 +49,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
|
|||
</Button>
|
||||
</header>
|
||||
|
||||
<div className="flex-1">
|
||||
{children}
|
||||
|
||||
<footer className="my-5">
|
||||
|
@ -78,6 +79,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
|
|||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue