Skip to content

Commit

Permalink
Merge pull request #2640 from owid/search-tab-name-consistency
Browse files Browse the repository at this point in the history
✨ use "Data Explorers" as the tab name in search
  • Loading branch information
ikesau authored Sep 19, 2023
2 parents 94ab7e3 + 454e407 commit 69997b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/search/searchTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export type SearchCategoryFilter = SearchIndexName | "all"
export const searchCategoryFilters: [string, SearchCategoryFilter][] = [
["All", "all"],
["Research & Writing", SearchIndexName.Pages],
["Explorers", SearchIndexName.Explorers],
["Data Explorers", SearchIndexName.Explorers],
["Charts", SearchIndexName.Charts],
]

Expand Down

0 comments on commit 69997b9

Please sign in to comment.