Skip to content

Commit

Permalink
Merge pull request #1239 from alliance-genome/KANBAN-457
Browse files Browse the repository at this point in the history
KANBAN-457: Add 'Data Preservation' to About menu
  • Loading branch information
motenko authored Jan 18, 2024
2 parents dd44241 + bdfae1c commit 098d3ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/main-app/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,18 @@ export const NAV_MENU = [
label: 'Funding',
route: '/funding'
},
{
label: 'Publications',
route: '/publications',
},
{
label: 'Organization and Governance',
route: '/organization-and-governance'
},
{
label: 'Privacy, Warranty, and Licensing',
label: 'Privacy, Warranty, Licensing, and Data Preservation Commitment',
route: '/privacy-warranty-licensing'
},
{
label: 'Publications',
route: '/publications',
}
]
},
{
Expand Down

0 comments on commit 098d3ac

Please sign in to comment.