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 4f293f7 commit ba6f0ecCopy full SHA for ba6f0ec
packages/create-react-router/index.ts
@@ -190,9 +190,9 @@ interface Context {
190
191
async function introStep(ctx: Context) {
192
log(
193
- `\n${color.bgWhite(` ${color.black("react-router")} `)} ${color.green(
194
- color.bold(`v${ctx.reactRouterVersion}`)
195
- )} ${color.bold("💿 Let's build a better website...")}`
+ `\n${" ".repeat(9)}${color.green(
+ color.bold("create-react-router")
+ )} ${color.bold(`v${ctx.reactRouterVersion}`)}`
196
);
197
198
if (!ctx.interactive) {
0 commit comments