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,6 +4,7 @@ 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"
78import { getDirectory , getFilename } from "@opencode-ai/util/path"
89
910const MAIN_WORKTREE = "main"
@@ -52,7 +53,10 @@ export function NewSessionView(props: NewSessionViewProps) {
5253 < div class = "h-12 shrink-0" aria-hidden />
5354 < div class = "flex-1 px-6 pb-30 flex items-center justify-center text-center" >
5455 < div class = "w-full max-w-200 flex flex-col items-center text-center gap-4" >
55- < div class = "text-20-medium text-text-strong" > { language . t ( "session.new.title" ) } </ div >
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 >
5660 < div class = "w-full flex flex-col gap-4 items-center" >
5761 < div class = "flex items-start justify-center gap-3 min-h-5" >
5862 < 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