fix: update réalisation contact info in CGU

This commit is contained in:
2026-06-26 09:56:51 +04:00
parent 288d771075
commit 475cbe9028
+4 -4
View File
@@ -71,7 +71,7 @@ export default function Cgu() {
Le responsable publication est une personne morale Le responsable publication est une personne morale
</Typography> </Typography>
<Typography variant='body1'> <Typography variant='body1'>
<strong>Réalisation</strong> : ORGANISATION KA INTERNATIONALE (OKI) <strong>Réalisation</strong> : Cédric Pronzola
</Typography> </Typography>
<List> <List>
<ListItem> <ListItem>
@@ -79,7 +79,7 @@ export default function Cgu() {
<ArrowRightAltIcon /> <ArrowRightAltIcon />
</ListItemIcon> </ListItemIcon>
<ListItemText> <ListItemText>
<strong>Courriel</strong> : <Link href='mailto:kontak@o-k-i.net'><strong>kontak@o-k-i.net</strong></Link> <strong>Courriel</strong> : <Link href='mailto:contact@cedric-pronzola.dev'><strong>contact@cedric-pronzola.dev</strong></Link>
</ListItemText> </ListItemText>
</ListItem> </ListItem>
<ListItem> <ListItem>
@@ -87,7 +87,7 @@ export default function Cgu() {
<ArrowRightAltIcon /> <ArrowRightAltIcon />
</ListItemIcon> </ListItemIcon>
<ListItemText> <ListItemText>
<strong>WEB</strong> : <Link target='_blank' rel='noreferrer' href='https://o-k-i.net'><strong>o-k-i.net</strong></Link> <strong>WEB</strong> : <Link target='_blank' rel='noreferrer' href='https://cedric-pronzola.dev'><strong>cedric-pronzola.dev</strong></Link>
</ListItemText> </ListItemText>
</ListItem> </ListItem>
<ListItem> <ListItem>
@@ -585,7 +585,7 @@ export default function Cgu() {
</Typography> </Typography>
<Typography gutterBottom variant='caption' > <Typography gutterBottom variant='caption' >
Dernières modifications le 12/05/2026 Dernières modifications le 26/06/2026
</Typography> </Typography>
</Root> </Root>
) )