Skip to content

Commit

Permalink
Merge pull request #3712 from owid/add-ntd-topic-page-to-menu
Browse files Browse the repository at this point in the history
🎉 Add NTDs & Wildfires topic pages to the menu
  • Loading branch information
edomt authored Jun 17, 2024
2 parents b630d4a + 72fcae3 commit 2736c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/SiteNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ export const SiteNavigationStatic: { categories: CategoryWithEntries[] } = {
slug: "smallpox",
title: "Smallpox",
},
{
slug: "neglected-tropical-diseases",
title: "Neglected Tropical Diseases",
},
],
},
{
Expand Down Expand Up @@ -599,6 +603,10 @@ export const SiteNavigationStatic: { categories: CategoryWithEntries[] } = {
slug: "natural-disasters",
title: "Natural Disasters",
},
{
slug: "wildfires",
title: "Wildfires",
},
{
slug: "biodiversity",
title: "Biodiversity",
Expand Down

0 comments on commit 2736c8b

Please sign in to comment.