Skip to content

Commit

Permalink
Correct error lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsag committed Sep 19, 2024
1 parent e90ba09 commit b59cf0d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ export const navEntries: MainNavigationProps.Item[] = [
},
{ text: 'Utiliser la BAN', linkProps: { href: '/utiliser-la-ban' } },
{ text: 'Documentation', linkProps: { href: '/ressources' } },
/* {
text: 'Documentation technique',
linkProps: { href: '#' },
},*/
// {text: 'Documentation technique',linkProps: { href: '#' }, },
{ text: 'État du déploiement', linkProps: { href: '/deploiement-bal' } },
{ text: 'Statistiques', linkProps: { href: '/stats' } },
],
Expand Down Expand Up @@ -84,14 +81,14 @@ export const navEntries: MainNavigationProps.Item[] = [
text: 'Carte de la Base adresse nationale',
linkProps: { href: '/base-adresse-nationale#4.4/46.9/1.7' },
},
//{ text: 'Certificat d’adresse', linkProps: { href: '#' } },*/
//{ text: 'Signalement', linkProps: { href: '#' } },
// { text: 'Certificat d’adresse', linkProps: { href: '#' } },*/
// { text: 'Signalement', linkProps: { href: '#' } },
{
text: 'Télécharger les données',
linkProps: { href: '/donnees-nationales' },
},
{ text: 'Validateur BAL', linkProps: { href: '/validateur' } },
//{ text: 'Géocodeur', linkProps: { href: '#' } },
// { text: 'Géocodeur', linkProps: { href: '#' } },
{ text: 'Publication des adresses', linkProps: { href: '#' } },
{
text: 'Supervision BAN/BAL',
Expand All @@ -100,7 +97,7 @@ export const navEntries: MainNavigationProps.Item[] = [
target: '_blank',
},
},
//{ text: 'Fantoir', linkProps: { href: '#' } },
// { text: 'Fantoir', linkProps: { href: '#' } },
],
},
{
Expand Down

0 comments on commit b59cf0d

Please sign in to comment.