mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 07:20:06 +02:00
fix sidebar spacing
This commit is contained in:
parent
5c04b1e14a
commit
200a7fcd40
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export function SidebarNav({
|
|||
{section.heading}
|
||||
</div>
|
||||
)}
|
||||
<div className="flex flex-col gap-1 mt-1 pl-2">
|
||||
<div className="flex flex-col gap-1">
|
||||
{section.items.map((item) => {
|
||||
const hydratedHref = hydrateHref(item.href);
|
||||
const isActive = pathname.startsWith(hydratedHref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue