fix: update the navbar links
This commit is contained in:
parent
070c5a23e4
commit
c6ea241597
|
@ -98,13 +98,21 @@ const config = {
|
|||
type: 'search',
|
||||
},
|
||||
{
|
||||
label: 'About',
|
||||
label: 'About Nimbus',
|
||||
to: '/about',
|
||||
},
|
||||
{
|
||||
label: 'Community',
|
||||
to: '/community',
|
||||
},
|
||||
{
|
||||
label: 'Docs',
|
||||
to: '/docs',
|
||||
},
|
||||
{
|
||||
label: 'Blog',
|
||||
href: 'https://blog.nimbus.team/',
|
||||
},
|
||||
{
|
||||
label: 'Join Us',
|
||||
href: '/join-us',
|
||||
|
|
Loading…
Reference in New Issue