3
0
Mike Sutton b4a1132640
All checks were successful
continuous-integration/drone/push Build is passing
added privacy and brand text for buyersform
2023-08-23 18:58:56 +02:00

7 lines
252 B
JavaScript

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