Skip to content

Commit

Permalink
Add MA logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent 1ee2fb3 commit aeb551c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Binary file added public/images/logo/ma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import FooterPatternRight from "/public/images/footer_pattern_right.svg";
import {Content, ListItem} from "@/components/List/List.types";
import {FaLinkedinIn, FaYoutube} from "react-icons/fa";
import Link from "next/link";
import Image from "next/image";

const footerMenuItemLinkStyles = "font-semibold hover:text-orange w-1/2 mb-2";
const footerMenuItemStyles = "-m-4 list-none mb-2";
Expand Down Expand Up @@ -79,15 +80,10 @@ const Footer = () => {
className: "w-full font-semibold hover:text-orange mb-2"
},
{
content: {
type: 'component',
component: Typography,
props: {
className: "mb-2",
color: "light",
children: "Avec le soutien de Magento Association"
}
},
content: <>
<Typography className="mb-2" color="light">Avec le soutien de</Typography>
<Image src="/images/logo/ma.Png" alt="Magento Association" width="158" height="21"/>
</>,
className: footerMenuItemStyles
},
{
Expand Down

0 comments on commit aeb551c

Please sign in to comment.