update terms and conditions file and link
This commit is contained in:
@@ -8,7 +8,7 @@ class TermsContainer extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<a target="_blank" className="terms-link" href={`${API_SERVER}/terms/api/pdfTerms`}>{termsTexts.labels.TERMS_AND_CONDITIONS}</a>
|
||||
<a target="_blank" className="terms-link" href={`${API_SERVER}/TaC.pdf`}>{termsTexts.labels.TERMS_AND_CONDITIONS}</a>
|
||||
</div>
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user