diff --git a/packages/opencode/src/cli/cmd/tui/component/logo.tsx b/packages/opencode/src/cli/cmd/tui/component/logo.tsx index 4f5121596..d1be06a7f 100644 --- a/packages/opencode/src/cli/cmd/tui/component/logo.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/logo.tsx @@ -1,4 +1,3 @@ -import { Installation } from "@/installation" import { TextAttributes } from "@opentui/core" import { For } from "solid-js" import { useTheme } from "@tui/context/theme" @@ -14,8 +13,10 @@ export function Logo() { {(line, index) => ( - {line} - + + {line} + + {LOGO_RIGHT[index()]}