Skip to content

Commit

Permalink
Merge branch 'dev' into update-text
Browse files Browse the repository at this point in the history
  • Loading branch information
gmguarino committed Jun 17, 2024
2 parents fe8b9ab + 73f5549 commit c860195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/[locale]/to-act/act.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Act = () => {
<>
<IntroBlock title={t("title")} className="bg-yellow1" />

<Edito
{/* <Edito
title={t("company.title")}
titleLevel="h2"
content={t("company.content")}
Expand All @@ -27,7 +27,7 @@ const Act = () => {
image={{
large: "/images/act/call-companies.jpg",
}}
/>
/> */}

<Edito
title={t("territory.title")}
Expand Down

0 comments on commit c860195

Please sign in to comment.