chore: more in upstream changes
This commit is contained in:
parent
e28ca4ea86
commit
85bd7f142f
15 changed files with 107 additions and 198 deletions
|
@ -19,11 +19,7 @@ const DefaultLayout = ({ app, title = false, crumbs = false, children = [] }) =>
|
|||
slug={slug}
|
||||
before={[
|
||||
<div className="flex flex-row items-center justify-between border-b mb-4">
|
||||
<Link href="/">
|
||||
<a>
|
||||
<HomeIcon />
|
||||
</a>
|
||||
</Link>
|
||||
<Link href="/"><HomeIcon /></Link>
|
||||
<ThemePicker app={app} />
|
||||
</div>,
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue