From a5a6e3ca23869b1af91b161c0b2937b0112ab3b5 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 25 Jan 2023 19:25:36 -0600 Subject: [PATCH] Handbook: Update `` component example (#9507) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Updated the `` component example in the article formatting guide handbook page to use the correct quotation marks (`”` » `"`) --- handbook/marketing/article-formatting-guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/handbook/marketing/article-formatting-guide.md b/handbook/marketing/article-formatting-guide.md index a1425f340b..003d01afbf 100644 --- a/handbook/marketing/article-formatting-guide.md +++ b/handbook/marketing/article-formatting-guide.md @@ -79,12 +79,12 @@ Use the following code snippet to include an inline CTA (call to action) in your ``` + 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"> ```