mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 11:22:49 +08:00
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:
parent
3d7dea58e1
commit
20ef9195f0
@ -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>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user