Merge pull request #30 from LBRYFoundation/VladHZC-patch-2

Update sidebar.js
This commit is contained in:
Vlad 2022-05-09 16:04:04 -03:00 committed by GitHub
commit 43ed7c1b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,20 @@ module.exports = {
{
title: 'Projects',
children: [
'/projects/tavern/',
'/projects/swarm/',
'/projects/podcast/',
'/projects/arena/'
'/projects/radio/'
]
},
}
],
'/governance/': [
{
title: 'Governance',
children: [
'/governance/creators-council/',
'/governance/curators/',
'/governance/marketing/',
]
}
]
};