Skip to content

Commit

Permalink
Fix typo color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent f25b1f5 commit f8819b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const Hero = () => {
<Container size="small" className="pt-[104px]">
<div className="flex py-16">
<div>
<Typography variant="h2">Save the date !</Typography>
<Typography variant="h3">Meet Magento arrive en France</Typography>
<Typography>
<Typography variant="h2" color="light">Save the date !</Typography>
<Typography variant="h3" color="light">Meet Magento arrive en France</Typography>
<Typography color="light">
Rejoignez la communauté Magento et Adobe Commerce pour une journée d&apos;innovations, d&apos;échanges
et d&apos;expertise, à ne pas manquer !
</Typography>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Typography/Typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Typography = ({
error: "text-red-600 dark:text-red-400",
warning: "text-yellow-600 dark:text-yellow-400",
info: "text-cyan-600 dark:text-cyan-400",
light: "text-gray-600 dark:text-gray-300",
light: "text-white dark:text-gray-600",
dark: "text-gray-900 dark:text-white",
};

Expand Down
2 changes: 2 additions & 0 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const Footer = () => {
component: Typography,
props: {
className: "mb-2",
color: "light",
children: "Avec le soutien de Magento Association"
}
},
Expand All @@ -95,6 +96,7 @@ const Footer = () => {
component: Typography,
props: {
className: "mb-2",
color: "light",
children: "© 2025 Meet Magento Paris. Meet Magento is a brand of the Magento Association."
}
},
Expand Down

0 comments on commit f8819b8

Please sign in to comment.