Skip to content

Commit

Permalink
feat: add tos & privacy links
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Aug 12, 2024
1 parent 8ea19fe commit 12a3746
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ const config: Config = {
label: 'Learn',
href: 'https://brave.com/brave-ads/learn',
},
{
label: 'Terms of service',
href: 'https://basicattentiontoken.org/advertiser-terms-of-service/',
},
{
label: 'Privacy policy',
href: 'https://brave.com/privacy/advertiser/',
}
],
},
],
Expand Down
8 changes: 8 additions & 0 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"copyright": {
"message": "Copyright © 2024 Brave Software, Inc.",
"description": "The footer copyright"
},
"link.item.label.Terms of service": {
"message": "Terms of service",
"description": "The label of footer link with label=Terms of service linking to https://basicattentiontoken.org/advertiser-terms-of-service/"
},
"link.item.label.Privacy policy": {
"message": "Privacy policy",
"description": "The label of footer link with label=Privacy policy linking to https://brave.com/privacy/advertiser/"
}
}

0 comments on commit 12a3746

Please sign in to comment.