Adapt components with new css & NextJs rules

This commit is contained in:
2026-04-21 19:31:26 +04:00
parent 6b94f95bb8
commit 532a92fca2
26 changed files with 110 additions and 105 deletions
+6 -6
View File
@@ -13,17 +13,17 @@ export default function Presantasyon() {
<>
<CGUDialog open={open} setOpen={setOpen} />
<Paper sx={{padding: 3, textAlign: 'justify', marginTop: 5}}>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
Tous les services que nous proposons sont <strong>gratuits</strong> et ne contiennent <strong>aucune publicité</strong>. Les réseaux que nous utilisons sont hébergés sur <strong>nos serveurs</strong>. <br />
Tout ceci est possible grâce aux <strong>dons</strong>
</Typography>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
<strong>Toute contribution, aussi modeste soit-elle, nous permet daugmenter nos capacités</strong>.
</Typography>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
Concernant les dons, ils peuvent s&apos;effectuer via <Link underline='hover' href='https://liberapay.com/OKi/donate' target='_blank' rel='noreferrer'><strong>Liberapay</strong></Link>, <Link underline='hover' href='https://www.paypal.com/donate/?hosted_button_id=5Q3KPR79CAZVW' target='_blank' rel='noreferrer'><strong>PayPal</strong></Link>.
</Typography>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
Veuillez prendre connaissance des <Link underline='hover' href='#' onClick={() => setOpen(true)}><strong>CGU et de la politique de confidentialité</strong></Link> au chapitre 9 &quot;Les dons&quot;. <Link underline='hover' href={CGU_PDF_LINK}><small>Cliquez ici pour la version pdf</small></Link>.
</Typography>
<Typography variant='subtitle1' component='div'>
@@ -55,10 +55,10 @@ export default function Presantasyon() {
</ListItemText>
</ListItem>
</List>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
Pour toute question, nhésitez pas à nous contacter par courriel <Link href='mailto:kontak@o-k-i.net'><strong>kontak@o-k-i.net</strong></Link>.
</Typography>
<Typography paragraph variant='subtitle1' component='div'>
<Typography paragraph='true' variant='subtitle1' component='div'>
<strong>Merci par avance pour votre soutien 🥰</strong>
</Typography>
</Paper>