Skip to content

Commit 148a021

Browse files
committed
🐛 FIX: Canary Lingo Spacing
1 parent 0120442 commit 148a021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/create-guten-block/app

packages/create-guten-block/app/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = async() => {
2828

2929
// 1.1 If we are testing in dev mode then notify.
3030
if ( isCanary ) {
31-
console.log( '\n', '⚠️ ', chalk.white.bgRed( 'CANARY MODE' ), '\n' );
31+
console.log( '\n', '⚠️ ', chalk.black.bgYellow( ' CANARY MODE ' ), '\n' );
3232
}
3333

3434
// 2. Build the block directory path.

0 commit comments

Comments
 (0)