From f27fb38fdba99a79ecbab67763ceea082ca39527 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Thu, 2 Jul 2026 11:38:49 -0500 Subject: [PATCH] docs: use upper case for button labels Per the marketing content guidelines, button labels should be written in upper case. Fixes the site's two LinkButton labels ("Quick Start", "Create an Account"). --- src/content/docs/getting-started/index.mdx | 2 +- src/content/docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/getting-started/index.mdx b/src/content/docs/getting-started/index.mdx index 17c853b3..b0818289 100644 --- a/src/content/docs/getting-started/index.mdx +++ b/src/content/docs/getting-started/index.mdx @@ -30,7 +30,7 @@ Flutter app. 1. **Sign up** for a free Shorebird account. - Create an Account + CREATE AN ACCOUNT 2. **Install Shorebird.** diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 2097fe69..5b9a3e7d 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -23,7 +23,7 @@ You'll need the following before getting started:
- Quick Start + QUICK START ## Explore the Docs