diff options
| author | Jay V <[email protected]> | 2025-09-02 17:28:32 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-02 17:28:35 -0400 |
| commit | c141b88087e7d1383883a5642710fbab3d2eec88 (patch) | |
| tree | e8bb64e34eefa422f5ea8fe02107b851de9e5470 /cloud/app/src/routes/workspace | |
| parent | 023c4532c1767128e510237f76cc5a4e34582a5e (diff) | |
| download | opencode-c141b88087e7d1383883a5642710fbab3d2eec88.tar.gz opencode-c141b88087e7d1383883a5642710fbab3d2eec88.zip | |
ignore: zen
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> |
