File tree Expand file tree Collapse file tree
packages/desktop/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { useGlobalSync } from "@/context/global-sync"
22import { For , Match , Show , Switch } from "solid-js"
33import { Button } from "@opencode-ai/ui/button"
4- import { Logo } from "@opencode-ai/ui/logo"
4+ import { AsciiLogo } from "@opencode-ai/ui/logo"
55import { useLayout } from "@/context/layout"
66import { useNavigate } from "@solidjs/router"
77import { base64Encode } from "@opencode-ai/util/encode"
@@ -35,11 +35,11 @@ export default function Home() {
3535 }
3636
3737 return (
38- < div class = "mx-auto mt -55" >
39- < Logo class = "w-xl opacity-12 " />
38+ < div class = "size-full bg-background-base flex flex-col items-center pt -55" >
39+ < AsciiLogo scale = { 1.5 } class = "opacity-30 " />
4040 < Switch >
4141 < Match when = { sync . data . project . length > 0 } >
42- < div class = "mt-20 w-full flex flex-col gap-4" >
42+ < div class = "mt-20 w-full max-w-xl flex flex-col gap-4" >
4343 < div class = "flex gap-2 items-center justify-between pl-3" >
4444 < div class = "text-14-medium text-text-strong" > Recent projects</ div >
4545 < Show when = { platform . openDirectoryPickerDialog } >
You can’t perform that action at this time.
0 commit comments