Skip to content

Commit

Permalink
Adds FAQ to bar
Browse files Browse the repository at this point in the history
  • Loading branch information
alemangui committed Jan 13, 2025
1 parent 262a1d2 commit f75d85c
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 417 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const navItems = [
to: "/blog",
text: "Ressources",
},
{
to: "/faq",
text: "FAQ",
},
]
const loggedOnlyNavItems = [
{
Expand Down
Loading

0 comments on commit f75d85c

Please sign in to comment.