fix(doc): aligne la version des pieds de page CGU et Mentions legales sur 1.1.0
Build & Deploy / build (push) Successful in 25s

Le pied de page Documentation etait passe en 1.1.0, mais les pages CGU et
Mentions legales affichaient encore v1.0 : l'application annoncait donc deux
versions differentes selon l'ecran consulte.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 10:47:17 +02:00
co-authored by Claude Opus 5
parent 9d8ff6b793
commit d6ecb46c8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ export default function CGU() {
</main>
<footer className={styles.footer} role="contentinfo">
<p>Data Sentinel v1.0 COYAUD Anthony, Nexa Digital School 2026</p>
<p>Data Sentinel v1.1.0 COYAUD Anthony, Nexa Digital School 2026</p>
<nav aria-label="Liens légaux">
<a href="/mentions-legales">Mentions légales</a>
</nav>
@@ -99,7 +99,7 @@ export default function MentionsLegales() {
</div>
<footer className={styles.footer}>
<p>Data Sentinel v1.0 COYAUD Anthony, Nexa Digital School 2026</p>
<p>Data Sentinel v1.1.0 COYAUD Anthony, Nexa Digital School 2026</p>
</footer>
</div>
</div>