Skip to content

Commit

Permalink
Fix typo in svg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent aeb551c commit 8231bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function Home() {
{
type: "silver",
name: "Sutunam",
logoSrc: "Sutunam.svg",
logoSrc: "sutunam.svg",
},
{
type: "bronze",
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Footer = () => {
},
{
content: <>
<Typography className="mb-2" color="light">Avec le soutien de</Typography>
<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"/>
</>,
className: footerMenuItemStyles
Expand All @@ -91,7 +91,7 @@ const Footer = () => {
type: 'component',
component: Typography,
props: {
className: "mb-2",
className: "mb-2 text-xs",
color: "light",
children: "© 2025 Meet Magento Paris. Meet Magento is a brand of the Magento Association."
}
Expand Down

0 comments on commit 8231bf2

Please sign in to comment.