Skip to content

Commit

Permalink
Change text and links in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsag committed Sep 3, 2024
1 parent 4589130 commit af41c2e
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 af41c2e

Please sign in to comment.