Skip to content

Commit

Permalink
Adding important privacys and ToS links for FB OSS (facebook#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelnabors authored Nov 16, 2020
1 parent d764c18 commit 3648f94
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module.exports = {
],
},
{
title: 'More Resources',
title: 'Find us',
items: [
{
label: 'Blog',
Expand All @@ -184,10 +184,23 @@ module.exports = {
label: 'GitHub',
href: 'https://github.com/facebook/react-native',
},
],
},
{
title: 'More',
items: [
{
label: 'React',
href: 'https://reactjs.org/',
},
{
label: 'Privacy Policy',
to: 'https://opensource.facebook.com/legal/privacy',
},
{
label: 'Terms of Service',
href: 'https://opensource.facebook.com/legal/terms',
},
],
},
],
Expand Down

0 comments on commit 3648f94

Please sign in to comment.