From 3326d8955fa8933610dc7062653400891e3d7778 Mon Sep 17 00:00:00 2001 From: esteban Date: Tue, 28 Jul 2026 09:16:47 -0500 Subject: [PATCH] hide contact form into volunteer form --- src/components/section/FooterSection.astro | 3 ++- src/pages/[locale]/[section]/index.astro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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; ---
@@ -52,7 +53,7 @@ const isHebrew = Astro.currentLocale === "he"; >

- + {!hideContact && }
)} - +