3
0
mike 432da5d6ea
All checks were successful
continuous-integration/drone/push Build is passing
added new logo and styling for helpbuild
2022-04-30 14:17:07 +01:00

7 lines
248 B
JavaScript

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