Skip to content

Commit 692ba49

Browse files
authored
Include USV and Drifting Buoy in the list of moving platforms (#731)
1 parent c5bd5a6 commit 692ba49

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/utils/constants.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ export const FEEDBACK_FORM_URL =
3636
export const API_DOCUMENTATION_URL =
3737
"https://nasa-impact.github.io/admg-backend/documentation/api_doc.html"
3838

39-
export const MOVING_PLATFORMS = ["Jet", "Prop", "UAV", "AUV", "Ships/Boats"]
39+
export const MOVING_PLATFORMS = [
40+
"Jet",
41+
"Prop",
42+
"UAV",
43+
"AUV",
44+
"USV",
45+
"Drifting Buoy",
46+
"Ships/Boats",
47+
]

0 commit comments

Comments
 (0)