Skip to content

Commit

Permalink
Merge pull request #440 from IGNF/fix/header-cartes-link
Browse files Browse the repository at this point in the history
fix(header): ajout entrée cartes dans header
  • Loading branch information
elias75015 authored Dec 19, 2024
2 parents bfa9570 + d536705 commit e16e6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ const navItems: DsfrNavigationProps['navItems'] = [
to: `${useBaseUrl()}/catalogue`,
text: 'Catalogue',
},
{
to: `/`,
text: 'Cartes',
},
{
to: `${useBaseUrl()}/actualites`,
text: 'Actualités',
Expand Down

0 comments on commit e16e6b3

Please sign in to comment.