updating staging theme for helpbuild
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2221f42e2b
commit
e92adde24a
@ -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>'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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>'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user