mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update symbol used for pricing page footnote (#9889)
This commit is contained in:
parent
78fd5f2971
commit
c4786aa718
1 changed files with 3 additions and 3 deletions
6
website/views/pages/pricing.ejs
vendored
6
website/views/pages/pricing.ejs
vendored
|
|
@ -20,7 +20,7 @@
|
|||
<div purpose="pricing-tier-title">
|
||||
<h2>Fleet Premium</h2>
|
||||
<h3>For orgs with multiple compliance standards</h3>
|
||||
<p>Up to 500 hosts<a href="#additional-hosts">✝</a></p>
|
||||
<p>Up to 500 hosts<a href="#additional-hosts">†</a></p>
|
||||
<h2>$3500/month</h2>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<div purpose="pricing-tier-title">
|
||||
<h2>Fleet Ultimate</h2>
|
||||
<h3>For orgs with large deployments</h3>
|
||||
<p>Over 500 hosts<a href="#additional-hosts">✝</a></p>
|
||||
<p>Over 500 hosts<a href="#additional-hosts">†</a></p>
|
||||
<h2>$<span :class="[estimatedUltimateCostPerHostHasBeenUpdated ? 'show-estimated-price' : '']">{{ estimatedUltimateCostPerHost.toFixed(2) }}</span>/host</h2>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p style="color: #515774; font-size: 14px; scroll-margin-top: 200px;" class="mt-4" id="additional-hosts"><span style="vertical-align: super;">✝</span> Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.</p>
|
||||
<p style="color: #515774; font-size: 14px; scroll-margin-top: 200px;" class="mt-4" id="additional-hosts"><span style="vertical-align: super;">†</span> Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="features" class="d-flex flex-column justify-content-center mx-auto px-0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue