Skip to content

Commit ba6f0ec

Browse files
committed
Clean up intro layout
1 parent 4f293f7 commit ba6f0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/create-react-router/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ interface Context {
190190

191191
async function introStep(ctx: Context) {
192192
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...")}`
193+
`\n${" ".repeat(9)}${color.green(
194+
color.bold("create-react-router")
195+
)} ${color.bold(`v${ctx.reactRouterVersion}`)}`
196196
);
197197

198198
if (!ctx.interactive) {

0 commit comments

Comments
 (0)