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:
Eric 2023-01-25 19:25:36 -06:00 committed by GitHub
parent 20836dc295
commit a5a6e3ca23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
```