Skip to content

Commit

Permalink
Merge pull request #1816 from BaseAdresseNationale/vsagniez/refonte-c…
Browse files Browse the repository at this point in the history
…hange-link

Refonte:Change text and links in menu
  • Loading branch information
vinsag authored Sep 4, 2024
2 parents 4589130 + af41c2e commit 03ff8ea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,14 @@ export const navEntries: MainNavigationProps.Item[] = [
},
{ text: 'Validateur BAL', linkProps: { href: '#' } },
{ text: 'Géocodeur', linkProps: { href: '#' } },
{ text: 'Publication', linkProps: { href: '#' } },
{ text: 'Supervision BAL/BAN', linkProps: { href: '#' } },
{ text: 'Publication des adresses', linkProps: { href: '#' } },
{
text: 'Supervision BAN/BAL',
linkProps: {
href: 'https://status.adresse.data.gouv.fr/',
target: '_blank',
},
},
{ text: 'Fantoir', linkProps: { href: '#' } },
],
},
Expand Down

0 comments on commit 03ff8ea

Please sign in to comment.