Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
johangirod committed Mar 13, 2024
1 parent 3d09d5a commit 56c9ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function LastYearIndicator({
return (
<>
<H2>Retour sur l'année {lastYear.date.slice(0, 4)}</H2>
<Grid container columnSpacing={4} rowSpacing>
<Grid container columnSpacing={4}>
<Grid item xs={12} sm={6} md={4}>
<Message border={false} icon={<Emoji emoji="🛎️" />}>
<Intro>
Expand Down

0 comments on commit 56c9ec2

Please sign in to comment.