From 7c024fcc4e96c9fbac3c6c43ba7109b244d43864 Mon Sep 17 00:00:00 2001 From: repjarms Date: Wed, 15 May 2019 12:59:33 -0400 Subject: [PATCH] feat(Layout): add link to Terms of Use --- views/layout.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/views/layout.jsx b/views/layout.jsx index 88f63e1c..b9735171 100644 --- a/views/layout.jsx +++ b/views/layout.jsx @@ -5,6 +5,7 @@ import { Header, Jumbotron } from 'watson-react-components'; // eslint-disable-mnext-lin = const DESCRIPTION = 'The IBM Watson Speech to Text service uses speech recognition capabilities to convert Arabic, English, Spanish, French, Brazilian Portuguese, Japanese, Korean, German, and Mandarin speech into text.'; const GDPR_INFO = 'This system is for demonstration purposes only and is not intended to process Personal Data. No Personal Data is to be entered into this system as it may not have the necessary controls in place to meet the requirements of the General Data Protection Regulation (EU) 2016/679'; +const TERMS_OF_USE_URL = 'https://watson-developer-cloud.github.io/terms?name=Speech-to-Text%20Demo'; export default function Layout({ children }) { return ( @@ -41,6 +42,12 @@ export default function Layout({ children }) {
{GDPR_INFO}
+
+ By using this application, you agree to the   + + Terms of Use + +
{children}