1
0
Fork 0

chore: more in upstream changes

This commit is contained in:
joostdecock 2022-12-04 13:19:42 +01:00
parent e28ca4ea86
commit 85bd7f142f
15 changed files with 107 additions and 198 deletions

View file

@ -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>,
]}