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 }) {