diff options
Diffstat (limited to 'cloud/app/src/routes/workspace')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 38e19612a..b10a87e81 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -63,7 +63,7 @@ const createPortalUrl = action(async (returnUrl: string) => { return withActor(() => Billing.generatePortalUrl({ returnUrl })) }, "portalUrl") -export default function () { +export default function() { ///////////////// // Keys section @@ -180,9 +180,9 @@ export default function () { <div data-slot="root"> {/* Title */} <section data-slot="title-section"> - <h1>Gateway</h1> + <h1>opencode zen</h1> <p> - Coding models optimized for use with opencode. <a href="/docs">Learn more</a>. + Curated list of models provided by opencode. <a href="/docs/zen">Learn more</a>. </p> </section> |
