3
0
Mike Sutton 5cc978a585
All checks were successful
continuous-integration/drone/push Build is passing
tarted up the wizewerx brand login
2023-08-14 23:17:13 +02:00

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>'
}