Skip to content

Commit

Permalink
fix: more links are href
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Nov 21, 2023
1 parent df1c8be commit c441d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const config: Config = {
src: 'img/brave128.png',
},
items: [
{to: 'https://ads.brave.com/register', label: 'Sign up', position: 'left'},
{to: 'https://brave.com/brave-ads', label: 'About', position: 'left'},
{to: 'https://brave.com/brave-ads/audience', label: 'Audience', position: 'left'},
{ href: 'https://ads.brave.com/register', label: 'Sign up', position: 'left'},
{ href: 'https://brave.com/brave-ads', label: 'About', position: 'left'},
{ href: 'https://brave.com/brave-ads/audience', label: 'Audience', position: 'left'},
],
},
footer: {
Expand Down

0 comments on commit c441d56

Please sign in to comment.