Skip to content

Commit 8907aa4

Browse files
committed
corrected duplication issue with to Nav
1 parent c2edd7f commit 8907aa4

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docusaurus.config.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,6 @@ const config = {
210210
to: '/bsns/',
211211
className: 'bsns-top-header',
212212
},
213-
{
214-
label: 'Operators',
215-
to: '/operators/',
216-
className: 'operators-top-header',
217-
},
218-
{
219-
label: 'BSNs',
220-
to: '/bsns/',
221-
className: 'bsns-top-header',
222-
},
223213
{
224214
label: 'API',
225215
items: [
@@ -237,8 +227,8 @@ const config = {
237227
],
238228
},
239229
{
240-
label: 'Community',
241-
to: 'https://babylonlabs.io/community',
230+
label: 'Support',
231+
to: 'https://discord.com/invite/babylonglobal',
242232
},
243233
{
244234
href: 'https://discord.com/invite/babylonglobal',

0 commit comments

Comments
 (0)