chore: add legal links to v1 website

This commit is contained in:
Yangshun Tay 2020-04-22 14:35:25 +08:00
parent 4367197c77
commit 956d701cf5

View file

@ -109,6 +109,21 @@ class Footer extends React.Component {
About
</a>
</div>
<div className="footerSection">
<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>
<SocialFooter config={this.props.config} />
</section>
<a