Skip to content

Commit

Permalink
feat: update banner color
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuy10 committed Dec 12, 2023
1 parent 7831595 commit bd9617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ${process.env.NODE_ENV === 'development' ? message.stack : ''}`
${chalk.gray.italic(`"we do a bit of trolling"
- @DarkGuy10`)}
`
console.log(chalk.blue(bannerText))
console.log(chalk.hex('#a3b9ef')(bannerText))
}
}

Expand Down

0 comments on commit bd9617d

Please sign in to comment.