mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update link + CTA on pricing.ejs (#22229)
Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
246fa60007
commit
6ab05ded4c
2 changed files with 3 additions and 3 deletions
4
website/assets/js/pages/contact.page.js
vendored
4
website/assets/js/pages/contact.page.js
vendored
|
|
@ -50,8 +50,8 @@ parasails.registerPage('contact', {
|
|||
if(this.formToShow === 'contact'){
|
||||
this.formToDisplay = this.formToShow;
|
||||
} else if(!this.primaryBuyingSituation){
|
||||
// Default to contact form for users who have no primaryBuyingSituation set.
|
||||
this.formToDisplay = 'contact';
|
||||
// Otherwise, default to the formToShow value from the page's controller.
|
||||
this.formToDisplay = this.formToShow;
|
||||
}
|
||||
if(this.primaryBuyingSituation){ // If the user has a priamry buying situation set in their sesssion, pre-fill the form.
|
||||
// Note: this will be overriden if the user is logged in and has a primaryBuyingSituation set in the database.
|
||||
|
|
|
|||
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -380,7 +380,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="d-flex flex-row justify-content-start">
|
||||
<p purpose="contact-note">Couldn’t find an answer? <a href="/contact">Message us</a>.</p>
|
||||
<p purpose="contact-note">Couldn’t find an answer? <a href="/contact">Talk to us</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue