File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export const create = new Command('create')
6666 const highlight = ( str : string ) => pc . bold ( pc . cyan ( str ) ) ;
6767
6868 let i = 1 ;
69- const initialSteps : string [ ] = [ pc . italic ( ' Project steps') , '' ] ;
69+ const initialSteps : string [ ] = [ 'π Project steps', '' ] ;
7070 const relative = path . relative ( process . cwd ( ) , directory ) ;
7171 const pm =
7272 packageManager ?? ( await detect ( { cwd : directory } ) ) ?. name ?? getUserAgent ( ) ?? 'npm' ;
@@ -92,7 +92,7 @@ export const create = new Command('create')
9292 ] ;
9393
9494 if ( addOnNextSteps . length > 0 ) {
95- steps . push ( '' , pc . italic ( ' Add-on steps') , '' ) ;
95+ steps . push ( '' , 'π§© Add-on steps', '' ) ;
9696 for ( const step of addOnNextSteps ) {
9797 const indented = step . replaceAll ( ' -' , ' -' ) ;
9898 steps . push ( ` ${ indented } ` ) ;
You canβt perform that action at this time.
0 commit comments