Skip to content

Commit

Permalink
Photos d'accueil #26 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Sep 15, 2024
1 parent 245e3fb commit 2cd29f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/domains/welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Welcome() {

function getWelcomeMessage() {
if (sales.length > 0) {
return <Typography>Nos prochaines ventes :</Typography>
return <Typography variant='h5'>Nos prochaines ventes :</Typography>
}
return <>
<Box sx={{
Expand Down

0 comments on commit 2cd29f5

Please sign in to comment.