mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +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"
|
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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user