Skip to content

Commit

Permalink
Merge pull request #36 from jmckenna/region-additions
Browse files Browse the repository at this point in the history
add more region selection options
  • Loading branch information
jmckenna authored Mar 20, 2023
2 parents eda7c23 + a9eec75 commit 8f0dcd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ const PROMOTED_REGIONS =
// 'Atlantic Ocean': 'Atlantic Ocean',
'Latin America and the Caribbean':'Latin America & the Caribbean and its coastal waters',
'Africa': 'Africa and its coastal waters',
'Oceania': 'Pacific Island States and its coastal waters',
'Oceania': 'Oceania / Pacific Island States and its coastal waters',
'Europe': 'Europe and its coastal waters',
'Americas': 'North & South America and their coastal waters',
'Asia': 'Asia and its coastal waters'
};


Expand Down

0 comments on commit 8f0dcd7

Please sign in to comment.