diff --git a/src/components/header/HamburgerMenuButton.astro b/src/components/header/HamburgerMenuButton.astro index bd7eff1..80cda60 100644 --- a/src/components/header/HamburgerMenuButton.astro +++ b/src/components/header/HamburgerMenuButton.astro @@ -2,13 +2,13 @@ import PajamasIcon from "@/components/icons/PajamasIcon.astro" interface Props { - id: string + for: string } -const { id } = Astro.props +const { for: forId } = Astro.props --- -