This commit is contained in:
2023-03-05 20:45:02 +04:00
parent b565407c00
commit cdabf79e92
+1 -1
View File
@@ -5,7 +5,7 @@ import {Button} from '@mui/material'
export default function MontreTeks({handleClick}) { export default function MontreTeks({handleClick}) {
return ( return (
<Box sx={{'& > :not(style)': {m: 0.5}}}> <Box sx={{'& > :not(style)': {m: 0.5}}}>
<Button variant='text' onClick={handleClick}>Afficher toutes les paroles</Button> <Button variant='text' onClick={handleClick}>Afficher les autres paroles</Button>
</Box> </Box>
) )
} }