Skip to content

Commit 56512d8

Browse files
yannbfstorybook-bot
authored andcommitted
Merge pull request #34236 from storybookjs/shilman/cli-tweak
CLI: Shorten CTA link messages (cherry picked from commit ed6fb10)
1 parent 71180f5 commit 56512d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/lib/create-storybook/src/commands/FinalizationCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class FinalizationCommand {
8888
}
8989

9090
logger.log(dedent`
91-
Wanna know more about Storybook? Check out ${CLI_COLORS.cta('https://storybook.js.org/')}
92-
Having trouble or want to chat? Join us at ${CLI_COLORS.cta('https://discord.gg/storybook/')}
91+
Want to learn more about Storybook? ${CLI_COLORS.cta('https://storybook.js.org/')}
92+
Having trouble or want to chat? ${CLI_COLORS.cta('https://discord.gg/storybook/')}
9393
`);
9494
}
9595
}

0 commit comments

Comments
 (0)