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