update terms and conditions file and link
This commit is contained in:
@@ -77,6 +77,7 @@ WORKDIR /var/www/html
|
||||
RUN ln -s ../html api
|
||||
|
||||
COPY docker/php/.htaccess /var/www/html/
|
||||
COPY docker/backend/TaC.pdf /var/www/html/
|
||||
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
|
||||
|
||||
BIN
docker/backend/TaC.pdf
Normal file
BIN
docker/backend/TaC.pdf
Normal file
Binary file not shown.
@@ -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