diff --git a/src/components/section/FooterSection.astro b/src/components/section/FooterSection.astro index aade35d..de84bcd 100644 --- a/src/components/section/FooterSection.astro +++ b/src/components/section/FooterSection.astro @@ -8,6 +8,7 @@ import { createTranslator, t } from "../../i18n"; const tl = createTranslator(Astro.currentLocale); const isHebrew = Astro.currentLocale === "he"; +const { hideContact } = Astro.props; ---