mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: Update card text on customers page (#39365)
Changes: - Fixed duplicated card text on links to case studies
This commit is contained in:
parent
ed1c54a3c3
commit
cfd784804c
1 changed files with 2 additions and 2 deletions
4
website/views/pages/testimonials.ejs
vendored
4
website/views/pages/testimonials.ejs
vendored
|
|
@ -135,12 +135,12 @@
|
|||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/faire')">
|
||||
<img alt="Faire logo" src="/images/faire-logo-192x40@2x.png">
|
||||
<p>Fastly gains visibility into all endpoints and critical infrastructure around the world.</p>
|
||||
<p>Faire secures Macs with CIS benchmarks and Fleet.</p>
|
||||
<a href="/case-study/faire">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/stripe')">
|
||||
<img alt="Stripe logo" src="/images/stripe-logo-96x40@2x.png">
|
||||
<p>Fastly gains visibility into all endpoints and critical infrastructure around the world.</p>
|
||||
<p>Stripe moved 10,000 Macs to Fleet, saving hundreds of thousands annually.</p>
|
||||
<a href="/case-study/stripe">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/announcements/worldwide-security-and-authentication-platform-chooses-fleet-for-linux')">
|
||||
|
|
|
|||
Loading…
Reference in a new issue