All checks were successful
continuous-integration/drone/push Build is passing
7 lines
250 B
JavaScript
7 lines
250 B
JavaScript
const privacyPolicy = document.getElementById('privacy-policy');
|
|
|
|
if (privacyPolicy) {
|
|
privacyPolicy.innerHTML = '<span>By signing up you agree to the TheGardenPrivacy Policy <a href="https://thegarden.rocks/privacy/">Privacy Policy</a></span>'
|
|
}
|
|
|