Skip to content

Commit

Permalink
Notabene patch 1 footer navigation (#565)
Browse files Browse the repository at this point in the history
* Update navigation.js

Modification for the Accessibility/accessibilité labal in the footer.

* Update navigation.js

Accessibility item: fixing typo.

* Update src/_data/navigation.js

Co-authored-by: Mewen Le Hô <[email protected]>

---------

Co-authored-by: Mewen Le Hô <[email protected]>
  • Loading branch information
notabene and MewenLeHo authored Sep 16, 2024
1 parent 4b829bc commit a556407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_data/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@ module.exports = {
{ label: 'Contact', href: '/en/contact/' },
{ label: 'About', href: '/en/about/' },
{ label: 'RSS feed', href: '/feed-en.xml' },
{ label: 'Accessibility', href: '/en/accessibility/' },
{ label: 'Accessibility: partially compliant', href: '/en/accessibility/' },
{ label: 'Pre-release on Netlify', href: 'https://a11y-guidelines-orange.netlify.app/en/' }
],
fr: [
{ label: 'Contact', href: '/fr/contact/' },
{ label: 'À propos', href: '/fr/a-propos/' },
{ label: 'Flux rss', href: '/feed-fr.xml' },
{ label: 'Accessibilité', href: '/fr/accessibilite/' },
{ label: 'Accessibilité&nbsp;: partiellement conforme', href: '/fr/accessibilite/' },
{ label: 'Pré-version sur Netlify', href: 'https://a11y-guidelines-orange.netlify.app/fr/' }
]
}
Expand Down

0 comments on commit a556407

Please sign in to comment.