diff --git a/frontend/src/app/[locale]/process/ProcessIntro.tsx b/frontend/src/app/[locale]/process/ProcessIntro.tsx
index da57481b2..50a0ddf54 100644
--- a/frontend/src/app/[locale]/process/ProcessIntro.tsx
+++ b/frontend/src/app/[locale]/process/ProcessIntro.tsx
@@ -17,9 +17,7 @@ const ProcessIntro = () => {
>
- {t("intro.content")}
- {t("intro.content")}
{content}
diff --git a/frontend/src/app/[locale]/research/ResearchImpact.tsx b/frontend/src/app/[locale]/research/ResearchImpact.tsx index e5123dca1..19307cdde 100644 --- a/frontend/src/app/[locale]/research/ResearchImpact.tsx +++ b/frontend/src/app/[locale]/research/ResearchImpact.tsx @@ -38,7 +38,7 @@ const ResearchImpact = () => { tabletLg={{ col: 4 }} >{content}
diff --git a/frontend/src/app/[locale]/research/ResearchIntro.tsx b/frontend/src/app/[locale]/research/ResearchIntro.tsx index 3f5fd3a14..f6fd54ae8 100644 --- a/frontend/src/app/[locale]/research/ResearchIntro.tsx +++ b/frontend/src/app/[locale]/research/ResearchIntro.tsx @@ -14,9 +14,7 @@ const ResearchIntro = () => { bottomBorder="light" >- {t("intro.content")} -
+{t("intro.content")}
+
{t.rich("callToAction.description", { mail: (chunks) => {chunks}, })} diff --git a/frontend/src/components/search/SearchResultsListItem.tsx b/frontend/src/components/search/SearchResultsListItem.tsx index 651891d86..315605063 100644 --- a/frontend/src/components/search/SearchResultsListItem.tsx +++ b/frontend/src/components/search/SearchResultsListItem.tsx @@ -43,7 +43,7 @@ export default function SearchResultsListItem({