Add title to Koneksyon
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user