Skip to content

Commit

Permalink
made navbar links less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 18, 2024
1 parent 13e41f0 commit fb87823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ const config = {
},
items: [{
to: 'docs/club',
label: 'Club Archive',
label: 'Archive',
position: 'left'
},
{
to: 'docs/website',
label: 'OSC Website',
label: 'Website',
position: 'left'
},
{
to: 'docs/osc-docs',
label: 'OSC Docs',
label: 'Docs',
position: 'left'
},
{
Expand Down

0 comments on commit fb87823

Please sign in to comment.