Skip to content

Commit 1a02cd8

Browse files
authored
Add "Data API" link to navbar ("Products" menu)
1 parent 3eb6b43 commit 1a02cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/menus.ts

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const Menus = [
5555
label: 'Field Notes Mobile App',
5656
href: 'https://microbiomedata.org/field-notes/',
5757
},
58+
{
59+
label: 'Data API',
60+
href: 'https://api.microbiomedata.org/docs',
61+
},
5862
],
5963
},
6064
{

0 commit comments

Comments
 (0)