Typos 'texte' => 'parole'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 18:34:55 +04:00
parent c39a0e6669
commit 2d2d531a3e
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import {Button} from '@mui/material'
export default function MontreTeks({handleClick}) {
return (
<Box sx={{'& > :not(style)': {m: 1.7}}}>
<Button variant='text' onClick={handleClick}>Afficher tous les textes</Button>
<Box sx={{'& > :not(style)': {m: 0.5}}}>
<Button variant='text' onClick={handleClick}>Afficher toutes les paroles</Button>
</Box>
)
}