From a7514f64b4daeb62797f927216892cb5d24601ac Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Mon, 27 Jan 2025 19:29:18 +0100 Subject: [PATCH] Fix MA footer --- src/layouts/Footer/Footer.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/Footer/Footer.tsx b/src/layouts/Footer/Footer.tsx index 5073185..0764d02 100644 --- a/src/layouts/Footer/Footer.tsx +++ b/src/layouts/Footer/Footer.tsx @@ -81,8 +81,8 @@ const Footer = () => { }, { content: <> - Avec le soutien de - Magento Association + Avec le soutien de + Magento Association , className: footerMenuItemStyles }, @@ -91,8 +91,9 @@ const Footer = () => { type: 'component', component: Typography, props: { - className: "mb-2 text-xs", + className: "mb-2", color: "light", + variant: "small", children: "© 2025 Meet Magento Paris. Meet Magento is a brand of the Magento Association." } },