From e92adde24aa11c39870df874c0705c5e00b67cfa Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 4 Apr 2024 20:26:31 +0200 Subject: [PATCH] updating staging theme for helpbuild --- public/helpbuild/theme.js | 2 +- public/helpbuild_test/theme.css | 2 +- public/helpbuild_test/theme.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/helpbuild/theme.js b/public/helpbuild/theme.js index 705c09f..a01551e 100644 --- a/public/helpbuild/theme.js +++ b/public/helpbuild/theme.js @@ -1,7 +1,7 @@ const fixPolicy = () => { const privacyPolicy = document.getElementById('privacy-policy'); if (privacyPolicy) { - privacyPolicy.innerHTML = 'By signing up, you agree to the Helpbuild Terms and Conditions and our Privacy Policy' + privacyPolicy.innerHTML = 'By signing up, you agree to our Terms and Conditions and Privacy Policy' } } diff --git a/public/helpbuild_test/theme.css b/public/helpbuild_test/theme.css index 1b68048..5c96442 100644 --- a/public/helpbuild_test/theme.css +++ b/public/helpbuild_test/theme.css @@ -79,7 +79,7 @@ body #kc-header { } .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; color: #000; letter-spacing: 0; diff --git a/public/helpbuild_test/theme.js b/public/helpbuild_test/theme.js index a7a420f..a01551e 100644 --- a/public/helpbuild_test/theme.js +++ b/public/helpbuild_test/theme.js @@ -1,7 +1,7 @@ const fixPolicy = () => { const privacyPolicy = document.getElementById('privacy-policy'); if (privacyPolicy) { - privacyPolicy.innerHTML = 'By signing up you agree to the Helpbuild Privacy Policy' + privacyPolicy.innerHTML = 'By signing up, you agree to our Terms and Conditions and Privacy Policy' } }