adjust border

This commit is contained in:
miloschwartz 2025-04-12 19:50:30 -04:00
parent 1a750e8279
commit 419e576a3e
No known key found for this signature in database
31 changed files with 118 additions and 112 deletions

View file

@ -42,7 +42,7 @@ export function SidebarNav({
function renderItems(items: SidebarNavItem[]) {
return items.map((item) => {
const hydratedHref = hydrateHref(item.href);
const isActive = pathname.startsWith(hydratedHref) && !pathname.includes("create");
const isActive = pathname.startsWith(hydratedHref);
return (
<div key={hydratedHref}>