From a003e39b223fd5c5b8c151b340c198d7b46d696d Mon Sep 17 00:00:00 2001 From: john-rock Date: Fri, 18 Oct 2024 08:52:11 -0400 Subject: [PATCH] update sentence case --- website/src/components/quickstartGuideList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/quickstartGuideList/index.js b/website/src/components/quickstartGuideList/index.js index 3b3623f1e14..2b87ae3e4a1 100644 --- a/website/src/components/quickstartGuideList/index.js +++ b/website/src/components/quickstartGuideList/index.js @@ -102,7 +102,7 @@ function QuickstartList({ quickstartData }) { // The value of the tag must match a tag in the frontmatter of the guides in order for the filter to apply after clicking const heroCTAs = [ { - title: 'Quickstart Guides', + title: 'Quickstart guides', value: 'Quickstart' }, {