diff --git a/www/components/DocsSidebar.tsx b/www/components/DocsSidebar.tsx index fc5afa7b004..f2fc8472b88 100644 --- a/www/components/DocsSidebar.tsx +++ b/www/components/DocsSidebar.tsx @@ -12,7 +12,7 @@ export function SidebarCategory(props: {
  • {title} @@ -36,7 +36,7 @@ export function SidebarEntry(props: {
  • {title} diff --git a/www/components/Footer.tsx b/www/components/Footer.tsx index ab3aa323e69..d73c2910ca9 100644 --- a/www/components/Footer.tsx +++ b/www/components/Footer.tsx @@ -18,16 +18,19 @@ const LINKS = [ export default function Footer(props: JSX.HTMLAttributes) { return (