fix: update the navbar links

This commit is contained in:
Hossein Mehrabi 2023-12-15 12:51:21 +03:30
parent 070c5a23e4
commit c6ea241597
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 9 additions and 1 deletions

View File

@ -98,13 +98,21 @@ const config = {
type: 'search', type: 'search',
}, },
{ {
label: 'About', label: 'About Nimbus',
to: '/about', to: '/about',
}, },
{
label: 'Community',
to: '/community',
},
{ {
label: 'Docs', label: 'Docs',
to: '/docs', to: '/docs',
}, },
{
label: 'Blog',
href: 'https://blog.nimbus.team/',
},
{ {
label: 'Join Us', label: 'Join Us',
href: '/join-us', href: '/join-us',