3
0

updating staging theme for helpbuild
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2024-04-04 20:26:31 +02:00
parent 2221f42e2b
commit e92adde24a
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
const fixPolicy = () => { const fixPolicy = () => {
const privacyPolicy = document.getElementById('privacy-policy'); const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) { if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up, you agree to the Helpbuild <a href="https://helpbuild.co/terms/">Terms and Conditions</a> and our <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>' privacyPolicy.innerHTML = '<span>By signing up, you agree to our <a href="https://helpbuild.co/terms/">Terms and Conditions</a> and <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>'
} }
} }

View File

@ -79,7 +79,7 @@ body #kc-header {
} }
.login-pf-page .login-pf-page-header p::before { .login-pf-page .login-pf-page-header p::before {
content: "Turn Your Network into Your Greatest Supporters."; content: "Unleash the Power of Network on Your Project";
font-weight: 700; font-weight: 700;
color: #000; color: #000;
letter-spacing: 0; letter-spacing: 0;

View File

@ -1,7 +1,7 @@
const fixPolicy = () => { const fixPolicy = () => {
const privacyPolicy = document.getElementById('privacy-policy'); const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) { if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up you agree to the Helpbuild <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>' privacyPolicy.innerHTML = '<span>By signing up, you agree to our <a href="https://helpbuild.co/terms/">Terms and Conditions</a> and <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>'
} }
} }