From 20ef9195f0721bc77f10f5af77d44fc1d4ede4ff Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Fri, 10 Jul 2020 10:10:39 -0700 Subject: [PATCH] Privacy terms Summary: Simple method to add terms and privacy. Reviewed By: nikhilaravi Differential Revision: D22476671 fbshipit-source-id: 5b0503536f9a95961c46c93895c9e351c0401118 --- website/core/Footer.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/core/Footer.js b/website/core/Footer.js index bada91a1..7d4c76ac 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -63,7 +63,22 @@ class Footer extends React.Component { height="45" /> -
{this.props.config.copyright}
+
{this.props.config.copyright} +
+ Legal: + + Privacy + + + Terms + +
); }