diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 94ba8ba..f0c7f77 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -9,8 +9,8 @@ let { links }: Props = $props(); -
-
+
+
{#each links as link (link.href)} + import { Menu } from 'lucide-svelte'; + interface Props { + drawerId: string; title: string; pages: { slug: string; name: string }[]; route: { id: string | null }; } - let { title, pages, route }: Props = $props(); + let { drawerId, title, pages, route }: Props = $props();