Skip to content

Commit

Permalink
add new header link per omar
Browse files Browse the repository at this point in the history
  • Loading branch information
aurreco-uga committed Feb 25, 2025
1 parent d1d03fc commit b0db173
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,13 @@ const useHeaderMenuItems = (
},
],
},
{
key: 'subscr',
display: 'Subscriptions',
type: 'reactRoute',
target: '_blank',
url: makeStaticPageRoute('/subscriptions.html'),
},
{
key: 'contact-us',
display: 'Contact Us',
Expand Down

0 comments on commit b0db173

Please sign in to comment.