diff --git a/site/src/components/NavBar/MobileNav.tsx b/site/src/components/NavBar/MobileNav.tsx index a2d92930..9718f63a 100644 --- a/site/src/components/NavBar/MobileNav.tsx +++ b/site/src/components/NavBar/MobileNav.tsx @@ -25,7 +25,7 @@ export default function MobileNav({ navLinks, currentPath, dark = false, childre {/* Trigger button - hamburger menu */} @@ -68,38 +68,48 @@ export default function MobileNav({ navLinks, currentPath, dark = false, childre - {/* Astro makes it hard to know if we have children, so, we use -mt-px to hide the border-b if we don't */} -
- {children} -
+
+ {/* Astro makes it hard to know if we have children, so, we use -mt-px to hide the border-b if we don't */} +
+ {children} +
- {/* Navigation links */} - +
diff --git a/site/src/components/NavBar/NavBar.astro b/site/src/components/NavBar/NavBar.astro index 967e9720..b1b0be2a 100644 --- a/site/src/components/NavBar/NavBar.astro +++ b/site/src/components/NavBar/NavBar.astro @@ -50,7 +50,7 @@ const { class: className, dark = false } = Astro.props; {/* Desktop nav links */} -