Skip to content

Commit

Permalink
Merge pull request #466 from CBIIT/CRDCDH-1665
Browse files Browse the repository at this point in the history
CRDCDH-1665 Rename Documentation menu
  • Loading branch information
Alejandro-Vega authored Sep 18, 2024
2 parents ae39a49 + b144ec1 commit a0867d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/globalHeaderData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const navMobileList = [
className: "navMobileItem",
},
{
name: "Documentations",
name: "Documentation",
link: "#",
id: "navbar-dropdown-documentation",
className: "navMobileItem clickable",
Expand Down Expand Up @@ -80,7 +80,7 @@ export const navbarSublists: Record<string, NavBarSublist[]> = {
className: "navMobileSubItem",
})),

Documentations: [
Documentation: [
{
name: "Submission Request Instructions",
link: "https://datacommons.cancer.gov/submission-request-instructions",
Expand Down

0 comments on commit a0867d2

Please sign in to comment.