Skip to content

Commit

Permalink
Merge pull request #84 from jmckenna/spatial-search-facet-label
Browse files Browse the repository at this point in the history
change label to "Spatial Search"
  • Loading branch information
jmckenna authored Sep 21, 2023
2 parents b85b8f1 + 9ddcc56 commit f95907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Results.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const tabs = [
},
{
title: 'SpatialData',
tab_name: 'Spatial Data',
tab_name: 'Spatial Search',
},
];

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const HOME_PAGE_CATEGORIES =
},
{
id: 'SpatialData',
text: 'Spatial Data',
text: 'Spatial Search',
icon: map
}
];
Expand Down

0 comments on commit f95907c

Please sign in to comment.