There was an error while loading. Please reload this page.
1 parent 0a6a7a5 commit e5f072cCopy full SHA for e5f072c
utils/fetchProductHunt.js
@@ -61,7 +61,7 @@ async function fetchProductHunt(count = 10, past = 0, time = defaultDate) {
61
console.log(
62
chalk.bold(`${t('ph.name')}: `, chalk.cyan(name)),
63
`| ${t('ph.votes')}:`,
64
- chalk.cyan(votesCount),
+ chalk.yellow(votesCount),
65
);
66
console.log(`${t('ph.desc')}: `, chalk.green(description));
67
console.log(`${t('ph.url')}: `, chalk.dim(url.split('?')[0]));
0 commit comments