Add title to Koneksyon

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-24 13:33:17 +02:00
parent 456c40c153
commit f146f0f3c7
+10 -1
View File
@@ -78,7 +78,16 @@ function Koneksyon() {
return ( return (
<Container maxWidth='sm'> <Container maxWidth='sm'>
<FormControl fullWidth style={{marginTop: '5em'}} autoComplete='off'> <Box align='center'>
<Typography display='inline' variant='h5' component='h1'>
Soumèt an tèks
</Typography>
<Typography>
<small>(soumettre un texte)</small>
</Typography>
</Box>
<FormControl fullWidth style={{marginTop: '3em'}} autoComplete='off'>
<InputLabel htmlFor='username'>Email</InputLabel> <InputLabel htmlFor='username'>Email</InputLabel>
<Input <Input
value={credentials.username} value={credentials.username}