Skip to content

Commit

Permalink
add new link to FAQs under About menu, per Omar slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
aurreco-uga committed Feb 26, 2025
1 parent feb9d3b commit 29330a0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,12 @@ const useHeaderMenuItems = (
type: 'reactRoute',
url: makeStaticPageRoute('/about.html'),
},
{
key: 'about-faq',
display: 'FAQs',
type: 'reactRoute',
url: makeStaticPageRoute('/faq.html'),
},
{
key: 'switchsites',
display: 'VEuPathDB sites',
Expand Down

0 comments on commit 29330a0

Please sign in to comment.