Skip to content

Commit 62578b4

Browse files
Balandatfacebook-github-bot
authored andcommitted
Add Terms of use and Privacy links to website footer. (#436)
Summary: Now required for OSS projects: T66558196 Pull Request resolved: #436 Test Plan: local build: {F236256079} Reviewed By: sdaulton Differential Revision: D21404513 Pulled By: Balandat fbshipit-source-id: 794a9d5158ff418e13b36062316a3d4cbde87444
1 parent 7b4405e commit 62578b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/core/Footer.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ class Footer extends React.Component {
7474
<a href={`${this.props.config.baseUrl}tutorials/`}>Tutorials</a>
7575
<a href={`${this.props.config.baseUrl}api/`}>API Reference</a>
7676
</div>
77+
<div className="footerSection">
78+
<h5>Legal</h5>
79+
<a
80+
href="https://opensource.facebook.com/legal/privacy/"
81+
target="_blank"
82+
rel="noreferrer noopener">
83+
Privacy
84+
</a>
85+
<a
86+
href="https://opensource.facebook.com/legal/terms/"
87+
target="_blank"
88+
rel="noreferrer noopener">
89+
Terms
90+
</a>
91+
</div>
7792
<SocialFooter config={this.props.config} />
7893
</section>
7994
<a

0 commit comments

Comments
 (0)