Skip to content

Commit b239d55

Browse files
aidenybaiamiagent
andcommitted
make React Doctor text not dim, only URL dim
Generated with [Ami](https://ami.dev) Co-Authored-By: Ami <noreply@ami.dev>
1 parent 5ed8d44 commit b239d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-doctor/src/scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const printBranding = (score?: number): void => {
174174
logger.log(colorize(` │ ${mouth} │`));
175175
logger.log(colorize(" └─────┘"));
176176
}
177-
logger.dim(" React Doctor (www.react.doctor)");
177+
logger.log(` React Doctor ${highlighter.dim("(www.react.doctor)")}`);
178178
logger.break();
179179
};
180180

0 commit comments

Comments
 (0)