Compare commits

..

2 Commits

Author SHA1 Message Date
cedric e3366dd821 feat: add CGU pdf for 26/06/2026
Déploiement FRONT BETA / check (push) Successful in 1m58s
Déploiement FRONT PROD / check (push) Successful in 2m13s
Déploiement FRONT BETA / deploy (push) Successful in 21s
Déploiement FRONT PROD / deploy (push) Successful in 20s
2026-06-26 10:01:36 +04:00
cedric 475cbe9028 fix: update réalisation contact info in CGU 2026-06-26 09:56:51 +04:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ GOOGLE_CLIENT_SECRET=
# CGU # CGU
NEXT_PUBLIC_CGU_DOWNLOAD_LINK= NEXT_PUBLIC_CGU_DOWNLOAD_LINK=/cgu/cgu-confidentialite-oki-26-06-2026.pdf
# Debug (mettre YES pour afficher les emails dans les logs en développement) # Debug (mettre YES pour afficher les emails dans les logs en développement)
SHOW_EMAILS= SHOW_EMAILS=
+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>
) )
Binary file not shown.