summaryrefslogtreecommitdiff
path: root/components/layout
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/sidebar-nav.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/sidebar-nav.tsx b/components/layout/sidebar-nav.tsx
index addcfefd..50c2c229 100644
--- a/components/layout/sidebar-nav.tsx
+++ b/components/layout/sidebar-nav.tsx
@@ -23,6 +23,7 @@ export function SidebarNav({ className, items, ...props }: SidebarNavProps) {
className
)}
{...props}
+
>
{items.map((item) => (
<Link