Skip to content

Commit

Permalink
Adding routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicca42 committed Jun 18, 2024
1 parent 5422892 commit f04adc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ module.exports = {
},
{
text: "Token House",
link: "/docs/governance/",
link: "/docs/token-house/",
},
{
text: "Citizen House",
link: "/docs/governance/",
link: "/docs/citizen-house/",
},
{
text: "Identity",
link: "/docs/governance/",
link: "/docs/identity/",
},
{
text: "OP Token Info",
link: "/docs/governance/",
link: "/docs/op-token/",
},
{
text: "Contribute",
Expand Down

0 comments on commit f04adc5

Please sign in to comment.