Add title to Koneksyon
This commit is contained in:
@@ -78,7 +78,16 @@ function Koneksyon() {
|
||||
|
||||
return (
|
||||
<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>
|
||||
<Input
|
||||
value={credentials.username}
|
||||
|
||||
Reference in New Issue
Block a user