Change Soumet page display
This commit is contained in:
@@ -91,13 +91,10 @@ export default function ChwaTeks({selectedTeks, setSelectedTeks}) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Container sx={{textAlign: 'center', marginBottom: 4}} maxWidth='sm'>
|
||||
<Container sx={{textAlign: 'center', marginBottom: 1}} maxWidth='sm'>
|
||||
<Button variant='outlined' onClick={handleClickOpen}>
|
||||
Modifier mes textes*
|
||||
Modifier mes textes
|
||||
</Button>
|
||||
<Typography gutterBottom variant='caption' display='block'>
|
||||
* textes non publiés uniquement
|
||||
</Typography>
|
||||
<Chwa
|
||||
selectedTeks={selectedTeks}
|
||||
teksLis={teksLis}
|
||||
|
||||
Reference in New Issue
Block a user