mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
fix sidebar spacing
This commit is contained in:
@@ -150,7 +150,7 @@ export function SidebarNav({
|
|||||||
{section.heading}
|
{section.heading}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="flex flex-col gap-1 mt-1 pl-2">
|
<div className="flex flex-col gap-1">
|
||||||
{section.items.map((item) => {
|
{section.items.map((item) => {
|
||||||
const hydratedHref = hydrateHref(item.href);
|
const hydratedHref = hydrateHref(item.href);
|
||||||
const isActive = pathname.startsWith(hydratedHref);
|
const isActive = pathname.startsWith(hydratedHref);
|
||||||
|
|||||||
Reference in New Issue
Block a user