refactor(tui): reuse canonical logo (#39951)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
5b84e39f6d
commit
02df1e9737
2 changed files with 1 additions and 6 deletions
|
|
@ -7,5 +7,3 @@ export const go = {
|
||||||
left: [" ", "█▀▀▀", "█_^█", "▀▀▀▀"],
|
left: [" ", "█▀▀▀", "█_^█", "▀▀▀▀"],
|
||||||
right: [" ", "█▀▀█", "█__█", "▀▀▀▀"],
|
right: [" ", "█▀▀█", "█__█", "▀▀▀▀"],
|
||||||
}
|
}
|
||||||
|
|
||||||
export const marks = "_^~,"
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
const logo = {
|
import { logo } from "../logo"
|
||||||
left: [" ", "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", "█__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"],
|
|
||||||
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
|
|
||||||
}
|
|
||||||
|
|
||||||
const reset = "\x1b[0m"
|
const reset = "\x1b[0m"
|
||||||
const bold = "\x1b[1m"
|
const bold = "\x1b[1m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue