fix(doc): aligne la version des pieds de page CGU et Mentions legales sur 1.1.0
Build & Deploy / build (push) Successful in 25s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user