mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Handbook: Update <call-to-action> component example (#9507)
Changes: - Updated the `<call-to-action>` component example in the article formatting guide handbook page to use the correct quotation marks (`”` » `"`)
This commit is contained in:
parent
20836dc295
commit
a5a6e3ca23
1 changed files with 6 additions and 6 deletions
|
|
@ -79,12 +79,12 @@ Use the following code snippet to include an inline CTA (call to action) in your
|
|||
|
||||
```
|
||||
<call-to-action
|
||||
title=”All the data you need, without the performance hit.”
|
||||
text=”Fleet is the lightweight telemetry platform for servers and workstations.”
|
||||
primary-button-text=”Try Fleet Free”
|
||||
primary-button-href=”/get-started?try-it-now”
|
||||
secondary-button-text=”Schedule a demo”
|
||||
secondary-button-href=”calendly.com/fleetdm/demo”>
|
||||
title="All the data you need, without the performance hit."
|
||||
text="Fleet is the lightweight telemetry platform for servers and workstations."
|
||||
primary-button-text="Try Fleet Free"
|
||||
primary-button-href="/get-started?try-it-now"
|
||||
secondary-button-text="Schedule a demo"
|
||||
secondary-button-href="https://calendly.com/fleetdm/demo">
|
||||
</call-to-action>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue