Change Soumet page display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-27 05:20:30 +04:00
parent bf6bdf1fd4
commit 1475815f1a
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -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}
+1 -1
View File
@@ -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>