Skip to content

Commit

Permalink
Ajout lien Géocodeur csv dans menu outils
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsag committed Dec 17, 2024
1 parent 43bf4f9 commit e92b5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const navEntries: MainNavigationProps.Item[] = [
linkProps: { href: '/outils/telechargements' },
},
{ text: 'Validateur BAL', linkProps: { href: '/outils/validateur-bal' } },
// { text: 'Géocodeur', linkProps: { href: '#' } },
{ text: 'Géocodeur CSV', linkProps: { href: '/outils/csv' } },
{ text: 'Formulaire de publication', linkProps: { href: '/outils/formulaire-de-publication' } },
{
text: 'Supervision BAN/BAL',
Expand Down

0 comments on commit e92b5a2

Please sign in to comment.