Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 10, 2024
1 parent 237e9a7 commit 064c8d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nav-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
{
"type": "menu",
"settings": {
"name": "Product",
"name": "Project",
"children": [
{
"type": "link",
"settings": {
"name": "Overview",
"href": "/product/overview",
"activeTest": "/product/overview"
"href": "/project/overview",
"activeTest": "/project/overview"
}
},
{
"type": "link",
"settings": {
"name": "Case studies",
"href": "/product/case-studies",
"activeTest": "/product/case-studies"
"href": "/project/case-studies",
"activeTest": "/project/case-studies"
}
},
{
Expand All @@ -36,8 +36,8 @@
"type": "link",
"settings": {
"name": "Visual Changelogs",
"href": "/product/visual-changelogs",
"activeTest": "/product/visual-changelogs"
"href": "/project/visual-changelogs",
"activeTest": "/project/visual-changelogs"
}
}
]
Expand Down

0 comments on commit 064c8d1

Please sign in to comment.