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
-
+ Avec le soutien de
+
>,
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."
}
},