Edit access request

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-24 19:21:22 +02:00
parent e5a1542832
commit fd9f12a88c
+6 -3
View File
@@ -138,11 +138,14 @@ function Koneksyon() {
{loading && <LinearProgress size={24} style={{width: '100%', marginTop: '1em'}} />}
<Box align='center' marginTop={4}>
<Typography gutterBottom display='block' variant='h6' component='h2'>
Demande daccès
<Typography display='block' variant='h6' component='h2'>
Pour obtenir un accès, faites-en la demande
</Typography>
<Typography style={{fontSize: 30}} display='block'>
&#x1F4E9;
</Typography>
<Link passHref href='mailto:kontak@o-k-i.net?subject=Accès à soumèt'>
<a style={{color: 'green', fontSize: 20}}>kontak@o-k-i.net</a>
<a style={{color: 'green', fontSize: 20, textDecoration: 'none', fontWeight: 'bold'}}>kontak@o-k-i.net</a>
</Link>
</Box>