Skip to content

Commit

Permalink
Merge pull request #272 from Shinsina/navigation-de-staging
Browse files Browse the repository at this point in the history
Set menu links to subsections over sites
  • Loading branch information
jwade1327 authored Oct 18, 2023
2 parents d6a67ac + 932c6ef commit 8f21198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/diverseeducation.com/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const resources = [
// { href: '/reports-data', label: 'Reports & Data' },
// { href: '/from-the-magazine', label: 'From the Magazine' },
{ href: 'https://www.ccnewsnow.com', label: 'Community Colleges', target: '_blank' },
{ href: 'https://www.divhealth.net', label: 'Health', target: '_blank' },
{ href: '/health', label: 'Health' },
{ href: 'https://diversejobs.net', label: 'Jobs', target: '_blank' },
{ href: 'https://www.diversemilitary.net', label: 'Military', target: '_blank' },
{ href: '/military', label: 'Military' },
{ href: 'https://keepitreal.diverseeducation.com/', label: 'Keep it Real', target: '_blank' },
{ href: 'https://shop.diverseeducation.com/', label: 'Shop', target: '_blank' },
];
Expand Down

0 comments on commit 8f21198

Please sign in to comment.