mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website - /pricing update CTA text for Fleet Community Edition (#9746)
Updated the CTA text for Fleet Community Edition that links to sandbox from "Get started" to "Try it out." See [this Slack thread](https://fleetdm.slack.com/archives/C01ALP02RB5/p1675811264928269) for context.
This commit is contained in:
parent
b6968892b0
commit
3cdea3c896
1 changed files with 2 additions and 2 deletions
4
website/views/pages/pricing.ejs
vendored
4
website/views/pages/pricing.ejs
vendored
|
|
@ -158,7 +158,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto" href="/try-fleet/register">Get started</a>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto" href="/try-fleet/register">Try it out</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
<td v-if="index === 0">
|
||||
<strong>Community</strong>
|
||||
<a purpose="table-button" class="btn btn-info d-none d-sm-inline-block" href="/try-fleet/register">
|
||||
Get started
|
||||
Try it out
|
||||
</a>
|
||||
</td>
|
||||
<td v-else></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue