Skip to content

Commit 20ef919

Browse files
bottlerfacebook-github-bot
authored andcommitted
Privacy terms
Summary: Simple method to add terms and privacy. Reviewed By: nikhilaravi Differential Revision: D22476671 fbshipit-source-id: 5b0503536f9a95961c46c93895c9e351c0401118
1 parent 3d7dea5 commit 20ef919

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

website/core/Footer.js

+16-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,22 @@ class Footer extends React.Component {
6363
height="45"
6464
/>
6565
</a>
66-
<section className="copyright">{this.props.config.copyright}</section>
66+
<section className="copyright">{this.props.config.copyright}
67+
<br/>
68+
Legal:
69+
<a
70+
href="https://opensource.facebook.com/legal/privacy/"
71+
target="_blank"
72+
rel="noreferrer noopener">
73+
Privacy
74+
</a>
75+
<a
76+
href="https://opensource.facebook.com/legal/terms/"
77+
target="_blank"
78+
rel="noreferrer noopener">
79+
Terms
80+
</a>
81+
</section>
6782
</footer>
6883
);
6984
}

0 commit comments

Comments
 (0)