3
0
mike c2e7bdcce5
All checks were successful
continuous-integration/drone/push Build is passing
wip on hb
2024-03-08 23:35:09 +01:00

7 lines
237 B
JavaScript

const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up you agree to the Amalati Policy <a href="https://amalati.com/privacy/">Privacy Policy</a></span>'
}