refactor(tui): reuse canonical logo (#39951)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
opencode-agent[bot]
2026-07-31 20:28:55 -04:00
committed by GitHub
parent 5b84e39f6d
commit 02df1e9737
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -7,5 +7,3 @@ export const go = {
left: [" ", "█▀▀▀", "█_^█", "▀▀▀▀"],
right: [" ", "█▀▀█", "█__█", "▀▀▀▀"],
}
export const marks = "_^~,"
+1 -4
View File
@@ -1,7 +1,4 @@
const logo = {
left: [" ", "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", "█__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"],
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
}
import { logo } from "../logo"
const reset = "\x1b[0m"
const bold = "\x1b[1m"