We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7dea5 commit 20ef919Copy full SHA for 20ef919
website/core/Footer.js
@@ -63,7 +63,22 @@ class Footer extends React.Component {
63
height="45"
64
/>
65
</a>
66
- <section className="copyright">{this.props.config.copyright}</section>
+ <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
76
+ href="https://opensource.facebook.com/legal/terms/"
77
78
79
+ Terms
80
81
+ </section>
82
</footer>
83
);
84
}
0 commit comments