Compare commits
No commits in common. "75449c9b4f9b2abc4e66b636fe134e0e9adf7ccd" and "83f0631e43eca1be8038f7e27e3370c6b826a608" have entirely different histories.
75449c9b4f
...
83f0631e43
|
|
@ -8,7 +8,6 @@ import { createTranslator, t } from "../../i18n";
|
|||
const tl = createTranslator(Astro.currentLocale);
|
||||
|
||||
const isHebrew = Astro.currentLocale === "he";
|
||||
const { hideContact } = Astro.props;
|
||||
---
|
||||
|
||||
<div id="contact" class="bg-[#22523F]">
|
||||
|
|
@ -53,7 +52,7 @@ const { hideContact } = Astro.props;
|
|||
>
|
||||
</p>
|
||||
|
||||
{!hideContact && <FormContact client:load locale={Astro.currentLocale} />}
|
||||
<FormContact client:load locale={Astro.currentLocale} />
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ if (routeKey === "formulario") {
|
|||
</div>
|
||||
)}
|
||||
|
||||
<FooterSection hideContact={routeKey === "formulario"} />
|
||||
<FooterSection />
|
||||
|
||||
</MainLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue