Skip to content

Commit e5f072c

Browse files
committed
chore: change count color
1 parent 0a6a7a5 commit e5f072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fetchProductHunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function fetchProductHunt(count = 10, past = 0, time = defaultDate) {
6161
console.log(
6262
chalk.bold(`${t('ph.name')}: `, chalk.cyan(name)),
6363
`| ${t('ph.votes')}:`,
64-
chalk.cyan(votesCount),
64+
chalk.yellow(votesCount),
6565
);
6666
console.log(`${t('ph.desc')}: `, chalk.green(description));
6767
console.log(`${t('ph.url')}: `, chalk.dim(url.split('?')[0]));

0 commit comments

Comments
 (0)