Compare commits
No commits in common. "ec91c17919ff27cf81d2460c0839e871931720f2" and "a5eca5370a6802e5a67493c884969ce171d110df" have entirely different histories.
ec91c17919
...
a5eca5370a
|
|
@ -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