Skip to content

Commit

Permalink
fix(header): ajout entrée cartes dans header
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Dec 18, 2024
1 parent 6b0bbe3 commit 7548c4f
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 @@ -91,6 +91,10 @@ const navItems: DsfrNavigationProps['navItems'] = [
to: `${useBaseUrl()}/catalogue`,
text: 'Catalogue',
},
{
to: `${useBaseUrl()}`,
text: 'Cartes',
},
{
to: `${useBaseUrl()}/actualites`,
text: 'Actualités',
Expand Down

0 comments on commit 7548c4f

Please sign in to comment.