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}
|
||||
|
||||
@@ -282,7 +282,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
|
||||
return (
|
||||
<StyledContainer maxWidth='sm'>
|
||||
<Box sx={{textAlign: 'center', marginBottom: 2}}>
|
||||
<Typography display='inline' variant='h5' component='h1'>
|
||||
<Typography display='inline' variant='h6' component='h1'>
|
||||
Soumettre un texte
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user