added privacy and brand text for buyersform
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
49835b1c52
commit
b4a1132640
@ -49,7 +49,7 @@ div#kc-registration span a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-sub-heading::before {
|
.login-sub-heading::before {
|
||||||
content: "Sign in to have unresistricted access.";
|
content: "Sign in for full supplier info";
|
||||||
}
|
}
|
||||||
|
|
||||||
#new-to-app::before {
|
#new-to-app::before {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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 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>'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user