Browse Source

fix: update logo (#3833)

Adi Yeroslav 3 months ago
parent
commit
3ac82227f1
1 changed files with 4 additions and 3 deletions
  1. 4 3
      packages/opencode/src/cli/ui.ts

+ 4 - 3
packages/opencode/src/cli/ui.ts

@@ -4,9 +4,10 @@ import { NamedError } from "../util/error"
 
 
 export namespace UI {
 export namespace UI {
   const LOGO = [
   const LOGO = [
-    [`█▀▀█ █▀▀█ █▀▀ █▀▀▄ `, `█▀▀ █▀▀█ █▀▀▄ █▀▀`],
-    [`█░░█ █░░█ █▀▀ █░░█ `, `█░░ █░░█ █░░█ █▀▀`],
-    [`▀▀▀▀ █▀▀▀ ▀▀▀ ▀  ▀ `, `▀▀▀ ▀▀▀▀ ▀▀▀  ▀▀▀`],
+    [`                    `, `             ▄     `],
+    [`█▀▀█ █▀▀█ █▀▀█ █▀▀▄ `, `█▀▀▀ █▀▀█ █▀▀█ █▀▀█`],
+    [`█░░█ █░░█ █▀▀▀ █░░█ `, `█░░░ █░░█ █░░█ █▀▀▀`],
+    [`▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀  ▀ `, `▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀`],
   ]
   ]
 
 
   export const CancelledError = NamedError.create("UICancelledError", z.void())
   export const CancelledError = NamedError.create("UICancelledError", z.void())