Change oki mail address

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-26 22:52:21 +04:00
parent 0527eae9a3
commit 6306fa888d
+2 -2
View File
@@ -185,8 +185,8 @@ function Koneksyon({detay, tit, soutit, titGwose, chimen}) {
<Typography style={{fontSize: 20}} display='block'> <Typography style={{fontSize: 20}} display='block'>
&#x1F4E9; &#x1F4E9;
</Typography> </Typography>
<Link passHref href='mailto:kontak@o-k-i.net?subject=Accès à #OKi'> <Link passHref href='mailto:kontak@oki.re?subject=Accès à #OKi'>
<a style={{color: 'green', fontSize: 20, textDecoration: 'none', fontWeight: 'bold'}}>kontak@o-k-i.net</a> <a style={{color: 'green', fontSize: 20, textDecoration: 'none', fontWeight: 'bold'}}>kontak@oki.re</a>
</Link> </Link>
</Box> </Box>
)} )}