From 2eefac17903c8d5ebe8989259136fc0bf02cca28 Mon Sep 17 00:00:00 2001 From: Mathilde Deutschmann Date: Wed, 22 Jan 2025 17:33:14 +0100 Subject: [PATCH] new footer design --- website/src/components/footer/footer.tsx | 43 +++++------------------- 1 file changed, 8 insertions(+), 35 deletions(-) diff --git a/website/src/components/footer/footer.tsx b/website/src/components/footer/footer.tsx index b99077efa..2baae9b64 100644 --- a/website/src/components/footer/footer.tsx +++ b/website/src/components/footer/footer.tsx @@ -20,7 +20,7 @@ function FooterLink({ label, url, Icon, target = '_self' }: FooterLinkProps) { return ( {Icon && } - + {label} @@ -41,74 +41,55 @@ export default async function Footer({ lang, region }: DefaultParams) { }); return ( - +
-
- -
- -
-
-
- + {translator.t('footer.follow-us')} - +
- + {translator.t('footer.resources')} - +
- + {translator.t('navigation.our-work')}
- + {translator.t('navigation.about-us')}
-
- -
);