diff --git a/packages/site/src/components/Navigation/PrimarySidebar.tsx b/packages/site/src/components/Navigation/PrimarySidebar.tsx index 09f20a02..8da91689 100644 --- a/packages/site/src/components/Navigation/PrimarySidebar.tsx +++ b/packages/site/src/components/Navigation/PrimarySidebar.tsx @@ -160,7 +160,6 @@ export const PrimarySidebar = ({ 'xl:col-margin-left flex-col', 'overflow-hidden', 'py-6 gap-6', - // 'border-r border-stone-200 dark:border-stone-700', { flex: open, 'bg-white dark:bg-stone-900': open, // just apply when open, so that theme can transition @@ -169,23 +168,25 @@ export const PrimarySidebar = ({ }, )} > - {nav && ( - - )} - {nav && headings &&
} - {headings && ( - - )} +
+ {nav && ( + + )} + {nav && headings &&
} + {headings && ( + + )} +
{footer && (