Privacy terms

Summary: Simple method to add terms and privacy.

Reviewed By: nikhilaravi

Differential Revision: D22476671

fbshipit-source-id: 5b0503536f9a95961c46c93895c9e351c0401118
This commit is contained in:
Jeremy Reizenstein 2020-07-10 10:10:39 -07:00 committed by Facebook GitHub Bot
parent 3d7dea58e1
commit 20ef9195f0

View File

@ -63,7 +63,22 @@ class Footer extends React.Component {
height="45" height="45"
/> />
</a> </a>
<section className="copyright">{this.props.config.copyright}</section> <section className="copyright">{this.props.config.copyright}
<br/>
Legal:
<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>
</section>
</footer> </footer>
); );
} }