mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
fix layout
This commit is contained in:
parent
8b4529d9e4
commit
dd3739a716
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@ export default function SiteLayout({
|
|||
<Header />
|
||||
<div>{children}</div>
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -59,6 +58,7 @@ export default function SiteLayout({
|
|||
<Sidebar />
|
||||
</div>
|
||||
<div className="flex-1 overflow-auto">
|
||||
<div>
|
||||
{/* <div className="px-4 py-2 max-w-[1400px] mx-auto w-full mb-4"> */}
|
||||
<Header />
|
||||
<div>{children}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue