Skip to content

Commit

Permalink
.docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 12, 2024
1 parent c78cec8 commit 3842ca4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/[...slug]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ export default async function Layout({ params, children }: Props) {
<Menu
header={
<>
<Link href="/" aria-label="Poimandres Docs">
<div className="h-full flex items-center flex-none p-2 pl-4 sm:pl-6 xl:pl-4 lg:w-60 xl:w-72">
<div className="h-full flex items-center flex-none p-2 pl-4 sm:pl-6 xl:pl-4 lg:w-60 xl:w-72">
<Link href="/" aria-label="Poimandres Docs">
<span className="font-bold">{NEXT_PUBLIC_LIBNAME}</span>
<span className="font-normal">.docs</span>
</div>
</Link>
</Link>
<span className="font-normal">
.<a href="https://docs.pmnd.rs">docs</a>
</span>
</div>

<Search />
<ToggleTheme />
</>
Expand Down

0 comments on commit 3842ca4

Please sign in to comment.