Skip to content

Commit 04de753

Browse files
committed
Remove labels from html navbar items
1 parent 1ec7a70 commit 04de753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docusaurus.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,12 @@ const config = {
301301
html: '<img src="" alt="GitHub" id="navbar-github" class="box-content h-32 w-32"/><span class="p-2 desktop:hidden">Github</span>',
302302
position: 'right',
303303
className: 'h-8 desktop:p-1',
304-
label: 'GitHub',
305304
},
306305
{
307306
href: 'https://discord.gg/flow',
308307
html: '<img src="" alt="Discord" id="navbar-discord" class="box-content h-32 w-32"/><span class="p-2 desktop:hidden">Discord</span>',
309308
position: 'right',
310309
className: 'h-8 desktop:p-1',
311-
label: 'Discord',
312310
},
313311
],
314312
},

0 commit comments

Comments
 (0)