typos
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user