Typos 'texte' => 'parole'
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user