From 3d77a53ab788e18c97961533047efdb7fe2100f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Ba=C5=BCant?= Date: Fri, 22 May 2026 15:21:29 +0100 Subject: [PATCH] Add headers that say the same thing as the link to the page --- src/components/about/DataPage.js | 1 + src/components/about/InThePressPage.js | 2 ++ src/components/about/ProjectPage.js | 1 + src/components/about/ShareTheHarvestPage.js | 3 ++- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/about/DataPage.js b/src/components/about/DataPage.js index 7cc3724d..a87beb15 100644 --- a/src/components/about/DataPage.js +++ b/src/components/about/DataPage.js @@ -7,6 +7,7 @@ const DataPage = () => { const { t } = useTranslation() return ( +

{t('layouts.application.menu.the_data')}

{t('pages.data.intro')}

diff --git a/src/components/about/InThePressPage.js b/src/components/about/InThePressPage.js index 45f31e03..163d1241 100644 --- a/src/components/about/InThePressPage.js +++ b/src/components/about/InThePressPage.js @@ -112,12 +112,14 @@ const TimelineItem = ({ data, isDesktop }) => { } const InThePressPage = () => { + const { t } = useTranslation() const isDesktop = useIsDesktop() const years = Object.keys(pressData) years.sort().reverse() return ( +

{t('layouts.application.menu.in_the_press')}

{years.map((year) => (

{year}

diff --git a/src/components/about/ProjectPage.js b/src/components/about/ProjectPage.js index 483902fd..ce159268 100644 --- a/src/components/about/ProjectPage.js +++ b/src/components/about/ProjectPage.js @@ -32,6 +32,7 @@ const Project = () => { return ( +

{t('layouts.application.menu.the_project')}

diff --git a/src/components/about/ShareTheHarvestPage.js b/src/components/about/ShareTheHarvestPage.js index 7ce785ad..41062d12 100644 --- a/src/components/about/ShareTheHarvestPage.js +++ b/src/components/about/ShareTheHarvestPage.js @@ -7,7 +7,8 @@ const ShareTheHarvestPage = () => { const { t } = useTranslation() return ( -

{t('pages.sharing.grow_pick_and_distribute')}

+

{t('layouts.application.menu.sharing_the_harvest')}

+

{t('pages.sharing.grow_pick_and_distribute')}