From e0e9072ffdb3afba79f78d9c5ff254ce459fe727 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 20 Mar 2026 15:52:15 +0800 Subject: [PATCH] CLI: Shorten CTA link messages --- code/lib/create-storybook/src/commands/FinalizationCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/lib/create-storybook/src/commands/FinalizationCommand.ts b/code/lib/create-storybook/src/commands/FinalizationCommand.ts index 887851ada2f6..f0bb3fbd4265 100644 --- a/code/lib/create-storybook/src/commands/FinalizationCommand.ts +++ b/code/lib/create-storybook/src/commands/FinalizationCommand.ts @@ -88,8 +88,8 @@ export class FinalizationCommand { } logger.log(dedent` - Wanna know more about Storybook? Check out ${CLI_COLORS.cta('https://storybook.js.org/')} - Having trouble or want to chat? Join us at ${CLI_COLORS.cta('https://discord.gg/storybook/')} + Want to learn more about Storybook? ${CLI_COLORS.cta('https://storybook.js.org/')} + Having trouble or want to chat? ${CLI_COLORS.cta('https://discord.gg/storybook/')} `); } }