diff --git a/www/components/DocsSidebar.tsx b/www/components/DocsSidebar.tsx index 659b5e0..a02d603 100644 --- a/www/components/DocsSidebar.tsx +++ b/www/components/DocsSidebar.tsx @@ -27,7 +27,7 @@ export function SidebarCategory(props: { return (
  • - {title} + {title} {entries.length > 0 && (
      {entries.map((entry) => ( @@ -49,7 +49,7 @@ export function SidebarEntry(props: { return (
    1. - {title} + {title}
    2. ); } diff --git a/www/components/DocsTitle.tsx b/www/components/DocsTitle.tsx index 111f2c9..80dca4b 100644 --- a/www/components/DocsTitle.tsx +++ b/www/components/DocsTitle.tsx @@ -2,7 +2,7 @@ export default function DocsTitle(props: { title: string }) { return ( <> GraphGen diff --git a/www/components/Header.tsx b/www/components/Header.tsx index 50adac4..a6ce784 100644 --- a/www/components/Header.tsx +++ b/www/components/Header.tsx @@ -25,9 +25,9 @@ export default function Header(props: { title: string; active: string }) { function Logo() { return ( - + GraphGen logo +