Skip to content

Commit

Permalink
Merge pull request #695 from Shinsina/webinars-oem-menu
Browse files Browse the repository at this point in the history
Move Webinars link from navigation to menu, OEM
  • Loading branch information
jwade1327 authored May 22, 2024
2 parents 08e9425 + d6891cd commit d4256eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/oemmagazine.org/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const resources = [
{ href: '/leaders', label: 'OEM Partner Leaders' },
{ href: '/WomenInPackaging', label: 'Women in Packaging' },
{ href: '/videos', label: 'Videos' },
{ href: '/webinars', label: 'Webinars' },
{ href: '/podcasts', label: 'Podcasts' },
{ href: '/supplier-news', label: 'Supplier News' },
{ href: 'https://www.pmmi.org/workforce-development/education-partners', label: 'Education', target: '_blank' },
Expand Down Expand Up @@ -60,7 +61,6 @@ const primaryNavigationItems = [
...topics,
{ href: '/leaders', label: 'Partner Leaders' },
{ href: '/downloads', label: 'Downloads' },
{ href: '/webinars', label: 'Webinars' },
];

module.exports = {
Expand Down

0 comments on commit d4256eb

Please sign in to comment.