From 42546a277f2861fb75bd2d8048a8997113648b52 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Sat, 1 Feb 2025 22:33:59 +0100 Subject: [PATCH] Fix RWD staff --- public/locales/fr/staff.json | 2 +- src/app/staff/page.tsx | 2 +- src/components/Person/Person.tsx | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/fr/staff.json b/public/locales/fr/staff.json index cafbf01..05e83fb 100644 --- a/public/locales/fr/staff.json +++ b/public/locales/fr/staff.json @@ -68,7 +68,7 @@ "companyLogo": "/images/logo/opengento.svg", "companyUrl": "https://opengento.fr/", "linkedin": "https://www.linkedin.com/in/thomas-klein/", - "role": "Chargée de communication", + "role": "Secrétaire", "photo": "/images/staff/thomas_klein.jpeg", "biography": "" }, diff --git a/src/app/staff/page.tsx b/src/app/staff/page.tsx index f3851b9..4c136d5 100644 --- a/src/app/staff/page.tsx +++ b/src/app/staff/page.tsx @@ -68,7 +68,7 @@ export default function Page() { {t('staff:description')} -
+
{staffMembers .map((staff) => (
{ return ( <> {width < 768 ? ( -
+
{person.name}
) : ( <> -
+
{person.name}