Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 64f083a

Browse files
author
Courtney Brousseau
authored
Merge pull request #242 from GSA/cb_menu-consistency
Fix menu consistency
2 parents 7d0d57e + 65f94a1 commit 64f083a

3 files changed

Lines changed: 68 additions & 30 deletions

File tree

config/site/site.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
{
3232
"name": "ABOUT",
3333
"links": [
34-
{ "name": "OVERVIEW", "url": "/about/overview/introduction" },
35-
{ "name": "COMPLIANCE", "url": "/about/compliance/dashboard" },
36-
{ "name": "OPEN SOURCE PILOT", "url": "/about/open-source/introduction" },
37-
{ "name": "SOURCE CODE POLICY", "url": "/policy-guide/introduction" }
34+
{ "name": "Overview", "url": "/about/overview/introduction" },
35+
{ "name": "Compliance", "url": "/about/compliance/dashboard" },
36+
{ "name": "Open Source Pilot", "url": "/about/open-source/introduction" },
37+
{ "name": "Source Code Policy", "url": "/policy-guide/introduction" }
3838
]
3939
},
4040
{

package-lock.json

Lines changed: 60 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/menu/__snapshots__/menu.container.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Object {
99
Object {
1010
"links": Array [
1111
Object {
12-
"name": "OVERVIEW",
12+
"name": "Overview",
1313
"url": "/about/overview/introduction",
1414
},
1515
Object {
16-
"name": "COMPLIANCE",
16+
"name": "Compliance",
1717
"url": "/about/compliance/dashboard",
1818
},
1919
Object {
20-
"name": "OPEN SOURCE PILOT",
20+
"name": "Open Source Pilot",
2121
"url": "/about/open-source/introduction",
2222
},
2323
Object {
24-
"name": "SOURCE CODE POLICY",
24+
"name": "Source Code Policy",
2525
"url": "/policy-guide/introduction",
2626
},
2727
],

0 commit comments

Comments
 (0)