We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71180f5 commit 56512d8Copy full SHA for 56512d8
code/lib/create-storybook/src/commands/FinalizationCommand.ts
@@ -88,8 +88,8 @@ export class FinalizationCommand {
88
}
89
90
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/')}
+ 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/')}
93
`);
94
95
0 commit comments