summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/pages
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-11 03:33:50 -0600
committerAdam <[email protected]>2025-12-11 06:48:59 -0600
commitf9f78122d0f2e1d750d5c6a35011e1b092c6957c (patch)
treedcfc051ddc151adfcaf15723322933dcec8bc37b /packages/desktop/src/pages
parent1980113ee4305844803f866aef05d742f7cffd47 (diff)
downloadopencode-f9f78122d0f2e1d750d5c6a35011e1b092c6957c.tar.gz
opencode-f9f78122d0f2e1d750d5c6a35011e1b092c6957c.zip
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/pages')
-rw-r--r--packages/desktop/src/pages/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx
index 5f0b26f6b..39917c420 100644
--- a/packages/desktop/src/pages/layout.tsx
+++ b/packages/desktop/src/pages/layout.tsx
@@ -487,7 +487,7 @@ export default function Layout(props: ParentProps) {
</div>
<div class="flex flex-col gap-1.5 self-stretch items-start shrink-0 px-2 py-3">
<Switch>
- <Match when={!providers().connected().length && layout.sidebar.opened()}>
+ <Match when={!providers().paid().length && layout.sidebar.opened()}>
<div class="rounded-md bg-background-stronger shadow-xs-border-base">
<div class="p-3 flex flex-col gap-2">
<div class="text-12-medium text-text-strong">Getting started</div>