feat(improve-contact-page-a11y) : Add missing h2 to footer

This commit is contained in:
Corinne Durrmeyer 2024-04-05 09:28:36 +02:00
parent 339dd7ef98
commit a46286f9df
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
%footer.fr-footer#footer{ role: "contentinfo" } %footer.fr-footer#footer{ role: "contentinfo" }
.fr-footer__top .fr-footer__top
.fr-container .fr-container
%h2.sr-only= t("links.footer.top_labels.hidden_title")
.fr-grid-row.fr-grid-row--start.fr-grid-row--gutters .fr-grid-row.fr-grid-row--start.fr-grid-row--gutters
.fr-col-12.fr-col-sm-3.fr-col-md-3 .fr-col-12.fr-col-sm-3.fr-col-md-3
%h3.fr-footer__top-cat= t("links.footer.top_labels.communication") %h3.fr-footer__top-cat= t("links.footer.top_labels.communication")

View file

@ -16,6 +16,7 @@ en:
ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche" ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche"
footer: footer:
top_labels: top_labels:
hidden_title: Useful links
communication: Communication communication: Communication
legals: Legal information legals: Legal information
resources: Resources resources: Resources

View file

@ -18,6 +18,7 @@ fr:
ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche" ou_en_est_mon_dossier_url: "https://faq.demarches-simplifiees.fr/article/11-je-veux-savoir-ou-en-est-linstruction-de-ma-demarche"
footer: footer:
top_labels: top_labels:
hidden_title: Liens pratiques
communication: Communication communication: Communication
legals: Informations légales legals: Informations légales
resources: Ressources resources: Ressources