mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 15:02:32 +00:00
Improve logo design with decorative brackets
This commit is contained in:
parent
95d71920f3
commit
5627b3054a
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ export class TuiRenderer {
|
|||
if (this.isInitialized) return;
|
||||
|
||||
// Add header with logo and instructions
|
||||
const logo = chalk.cyan("●") + " " + chalk.bold("pi");
|
||||
const logo = chalk.cyan("==[ ") + chalk.bold.cyan("pi") + chalk.cyan(" ]==");
|
||||
const instructions = chalk.dim(
|
||||
"esc" +
|
||||
chalk.gray(" to interrupt") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue