Skip to content

Commit

Permalink
Update HeaderContent.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Feb 1, 2024
1 parent 03a40e9 commit 0c5b105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pwa/src/templates/templateParts/header/HeaderContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"label": "Roadmap",
"type": "internal",
"current": {
"pathname": "/pages/Roadmap"
"pathname": "/Roadmap"
},
"handleClick": {
"link": "/pages/Roadmap"
"link": "/Roadmap"
}
},
{
"label": "Features",
"current": {
"pathname": "/pages/Features"
"pathname": "/Features"
},
"subItems": [
{
"label": "README",
"type": "internalMarkdown",
"current": {
"pathname": "/pages/Features/README"
"pathname": "/Features/README"
},
"handleClick": {
"internalMarkdown": {
Expand Down

0 comments on commit 0c5b105

Please sign in to comment.