3
0

added privacy and brand text for buyersform
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-08-23 18:58:56 +02:00
parent 49835b1c52
commit b4a1132640
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ div#kc-registration span a:hover {
}
.login-sub-heading::before {
content: "Sign in to have unresistricted access.";
content: "Sign in for full supplier info";
}
#new-to-app::before {

View File

@ -1,6 +1,6 @@
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up you agree to the BuyersForm Policy <a href="https://buyersform.com/privacy/">Privacy Policy</a></span>'
privacyPolicy.innerHTML = '<span>By signing up you agree to the <a href="https://buyersform.com/privacy/" target="_blank">BuyersForm Privacy Policy</a></span>'
}