diff --git a/src/components/AppShell.astro b/src/components/AppShell.astro index 4895c93f7..ad8fffa7c 100644 --- a/src/components/AppShell.astro +++ b/src/components/AppShell.astro @@ -9,7 +9,7 @@ const navPath = path.endsWith('/') ? path.slice(0, -1) : path;
-
+
diff --git a/src/components/DesktopNavigation.astro b/src/components/DesktopNavigation.astro index a788edb5b..5feed47bc 100644 --- a/src/components/DesktopNavigation.astro +++ b/src/components/DesktopNavigation.astro @@ -4,7 +4,7 @@ const { path, navigation } = Astro.props; ---