File tree Expand file tree Collapse file tree
packages/app/src/components/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { useSync } from "@/context/sync"
44import { useSDK } from "@/context/sdk"
55import { useLanguage } from "@/context/language"
66import { Icon } from "@opencode-ai/ui/icon"
7- import { Mark } from "@opencode-ai/ui/logo"
87import { getDirectory , getFilename } from "@opencode-ai/util/path"
98
109const MAIN_WORKTREE = "main"
@@ -53,10 +52,7 @@ export function NewSessionView(props: NewSessionViewProps) {
5352 < div class = "h-12 shrink-0" aria-hidden />
5453 < div class = "flex-1 px-6 pb-30 flex items-center justify-center text-center" >
5554 < div class = "w-full max-w-200 flex flex-col items-center text-center gap-4" >
56- < div class = "flex flex-col items-center gap-6" >
57- < Mark class = "w-10" />
58- < div class = "text-20-medium text-text-strong" > { language . t ( "session.new.title" ) } </ div >
59- </ div >
55+ < div class = "text-20-medium text-text-strong" > { language . t ( "session.new.title" ) } </ div >
6056 < div class = "w-full flex flex-col gap-4 items-center" >
6157 < div class = "flex items-start justify-center gap-3 min-h-5" >
6258 < div class = "text-12-medium text-text-weak select-text leading-5 min-w-0 max-w-160 break-words text-center" >
You can’t perform that action at this time.
0 commit comments