Commit 20ef9195 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

Privacy terms

Summary: Simple method to add terms and privacy.

Reviewed By: nikhilaravi

Differential Revision: D22476671

fbshipit-source-id: 5b0503536f9a95961c46c93895c9e351c0401118
parent 3d7dea58
......@@ -63,7 +63,22 @@ class Footer extends React.Component {
height="45"
/>
</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>
);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment