Skip to content

Commit

Permalink
Merge pull request #323 from kikkomep/fix/update-links-legal-docs
Browse files Browse the repository at this point in the history
fix/update links legal docs
  • Loading branch information
kikkomep authored May 26, 2023
2 parents 1daed70 + 735ca4a commit 45f0b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lifemonitor/static/src/js/lifemonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ function initCookieConsentBanner(domain){
dismiss: 'Got it!',
deny: 'Refuse cookies',
link: 'Learn more',
href: 'https://www.crs4.it/privacy-policy/',
href: 'https://lifemonitor.eu/legal/privacy-policy.pdf',
policy: 'Cookie Policy',

privacyPolicyLink: 'Privacy Policy',
privacyPolicyHref: 'https://www.crs4.it/privacy-policy/',
privacyPolicyHref: 'https://lifemonitor.eu/legal/privacy-policy.pdf',

tosLink: 'Terms of Service',
tosHref: 'https://www.crs4.it/privacy-policy/',
tosHref: 'https://lifemonitor.eu/legal/terms-of-service.pdf',
},
}
);
Expand Down

0 comments on commit 45f0b9f

Please sign in to comment.