Skip to content

Commit

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

0 comments on commit b165723

Please sign in to comment.