Merge branch 'develop' into eriese-lint-all
This commit is contained in:
commit
6cca85ada0
27 changed files with 448 additions and 462 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" key="home-key">
|
||||
<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