Update .vuepress config.js
Disabled ko-fi link and 'verified'
This commit is contained in:
parent
1b2960eb9e
commit
73222926c5
1 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@ const config = {
|
||||||
nav: [
|
nav: [
|
||||||
// TODO update?
|
// TODO update?
|
||||||
{ text: 'Projects', link: '/projects/' },
|
{ text: 'Projects', link: '/projects/' },
|
||||||
{ text: 'Verified', link: '/verified/' },
|
// { text: 'Verified', link: '/verified/' },
|
||||||
{ text: 'Governance', link: '/governance/' },
|
{ text: 'Governance', link: '/governance/' },
|
||||||
{ text: 'LBRY Communities', link: '/hives/' }
|
{ text: 'LBRY Communities', link: '/hives/' }
|
||||||
],
|
],
|
||||||
|
@ -115,10 +115,10 @@ const config = {
|
||||||
text: 'Branding',
|
text: 'Branding',
|
||||||
link: '/branding/'
|
link: '/branding/'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
text: 'Ko-fi Donations',
|
// text: 'Ko-fi Donations',
|
||||||
link: 'https://ko-fi.com/lbryfoundation'
|
// link: 'https://ko-fi.com/lbryfoundation'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
text: 'GitHub Repo',
|
text: 'GitHub Repo',
|
||||||
link: 'https://github.com/LBRYFoundation/lbry.org'
|
link: 'https://github.com/LBRYFoundation/lbry.org'
|
||||||
|
|
Loading…
Add table
Reference in a new issue