Skip to content

Commit

Permalink
Fix MA footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent 52c77db commit a7514f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const Footer = () => {
},
{
content: <>
<Typography className="mb-2 text-xs" color="light">Avec le soutien de</Typography>
<Image className="text-white" src="/images/logo/ma.png" alt="Magento Association" width="158" height="21"/>
<Typography variant="small" className="inline mb-2" color="light">Avec le soutien de</Typography>
<Image className="inline text-white ml-2" src="/images/logo/ma.png" alt="Magento Association" width="158" height="21"/>
</>,
className: footerMenuItemStyles
},
Expand All @@ -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."
}
},
Expand Down

0 comments on commit a7514f6

Please sign in to comment.