Skip to content

Commit

Permalink
FIX link
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 2, 2024
1 parent fa77374 commit 0edced5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-src/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ const config: Config = {
position: 'right',
},
{
href: 'code',
href: '/code',
target: '_blank',
label: 'Code',
position: 'right',
},
{
href: 'premium',
href: '/premium',
label: 'Pricing',
position: 'right',
},
{
to: 'chat',
to: '/chat',
target: '_blank',
label: 'Chat',
position: 'right',
Expand Down

0 comments on commit 0edced5

Please sign in to comment.