Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #148 from facebook/feature/add-website-legal-section
Browse files Browse the repository at this point in the history
Add website Legal section
  • Loading branch information
dperezmiami authored Feb 17, 2021
2 parents 3554bc7 + 60909e8 commit 1afd755
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ class Footer extends React.Component {
License
</a>
</div>
<div>
<h5>Legal</h5>
<a
href="https://opensource.facebook.com/legal/privacy/"
target="blank"
rel="noreferrer noopener">
Privacy
</a>
<a
href="https://opensource.facebook.com/legal/terms/"
target="blank"
rel="noreferrer noopener">
Terms
</a>
</div>
</section>

<a
Expand Down

0 comments on commit 1afd755

Please # to comment.