Skip to content

Commit

Permalink
Fix typo in MA filename
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent 8231bf2 commit 52c77db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Footer = () => {
{
content: <>
<Typography className="mb-2 text-xs" color="light">Avec le soutien de</Typography>
<Image src="/images/logo/ma.Png" alt="Magento Association" width="158" height="21"/>
<Image className="text-white" src="/images/logo/ma.png" alt="Magento Association" width="158" height="21"/>
</>,
className: footerMenuItemStyles
},
Expand Down

0 comments on commit 52c77db

Please sign in to comment.