3
0
Idrees Jawadwala 2dda8289d1
All checks were successful
continuous-integration/drone/push Build is passing
helpbuild design updated and privacy policy fixed
2022-05-16 22:00:33 +05:30

7 lines
233 B
JavaScript

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