Skip to content

Commit

Permalink
Merge pull request #1299 from alliance-genome/KANBAN-545
Browse files Browse the repository at this point in the history
KANBAN-545: Reorder 'Data and Tools' menu links
  • Loading branch information
motenko authored Apr 11, 2024
2 parents 157384c + 5f5fea6 commit 7e2ee6d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ export const NAV_MENU = [
route: '/swagger-ui',
external: true,
},
{
label: 'AllianceMine',
route: '/bluegenes/alliancemine',
external: true,
},
{
label: 'JBrowse',
route: '/jbrowse/?data=data%2FHomo%20sapiens',
external: true,
},
{
label: 'Submit Data',
route: '/submit-data',
Expand All @@ -98,16 +108,6 @@ export const NAV_MENU = [
{
label: 'COVID-19 Information',
route: '/coronavirus-resources',
},
{
label: 'AllianceMine',
route: '/bluegenes/alliancemine',
external: true,
},
{
label: 'JBrowse',
route: '/jbrowse/?data=data%2FHomo%20sapiens',
external: true,
}
]
},
Expand Down

0 comments on commit 7e2ee6d

Please sign in to comment.