3
0
Mike Sutton a161c5e309
All checks were successful
continuous-integration/drone/push Build is passing
Added support for Decksender
2022-07-03 10:34:43 +02:00

7 lines
232 B
JavaScript

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