diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index bc9ad80..3e6e66b 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -8,7 +8,7 @@ let { title, pages, route }: Props = $props(); -