File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ let index = 0;
15
15
let currentInput ;
16
16
const buttonBreakpoint = '400px' ;
17
17
18
+ const TERMS_OF_USE_URL = 'https://watson-developer-cloud.github.io/terms?name=Natural%20Language%20Understanding%20Demo' ;
19
+
18
20
const styles = StyleSheet . create ( {
19
21
container : {
20
22
maxWidth : parser ( `${ MAX_CONTENT_WIDTH } - 1rem` ) ,
@@ -167,6 +169,12 @@ const Input = React.createClass({
167
169
necessary controls in place to meet the requirements of the General Data Protection Regulation (EU)
168
170
2016/679.
169
171
</ p >
172
+ < div className = { css ( styles . footnote ) } >
173
+ By using this application, you agree to the
174
+ < a target = "_blank" rel = "noreferrer noopener" href = { TERMS_OF_USE_URL } >
175
+ Terms of Use
176
+ </ a >
177
+ </ div >
170
178
< div className = { css ( styles . buttonContainer ) } >
171
179
< button
172
180
disabled = { this . props . disableButton }
You can’t perform that action at this time.
0 commit comments