Added Governance and Projects to the sidebar

This commit is contained in:
Philip Ahlqvist 2022-12-14 21:13:46 +01:00
parent a5d2f6dd9e
commit a7ed2305e4

View file

@ -3,6 +3,7 @@ module.exports = {
{ {
title: 'Projects', title: 'Projects',
children: [ children: [
'/projects/',
'/projects/swarm/', '/projects/swarm/',
'/projects/podcast/', '/projects/podcast/',
'/projects/radio/' '/projects/radio/'
@ -13,6 +14,7 @@ module.exports = {
{ {
title: 'Governance', title: 'Governance',
children: [ children: [
'/governance/',
'/governance/creators-council/', '/governance/creators-council/',
'/governance/curators/', '/governance/curators/',
'/governance/marketing/', '/governance/marketing/',