diff options
| author | David Hill <[email protected]> | 2025-10-02 17:02:33 +0100 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-02 17:02:33 +0100 |
| commit | 24d9f45506fbe541c7aa631cf078541135891bb3 (patch) | |
| tree | d3bdea43be6c7ecc2d91a1276f49c5bae254a7c3 | |
| parent | 2404d70a337320f32cd1d8729645230e05565648 (diff) | |
| download | opencode-24d9f45506fbe541c7aa631cf078541135891bb3.tar.gz opencode-24d9f45506fbe541c7aa631cf078541135891bb3.zip | |
Copy tweaks
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/zen/index.tsx | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index d62ed1c22..95a24268b 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -647,7 +647,7 @@ export default function Home() { <p> OpenCode does not store any of your code or context data, so that it can operate in privacy sensitive - environments. Learn more about <a href="/docs/enterprise/ ">privacy and enterprise</a>. + environments. Learn more about <a href="/docs/enterprise/ ">privacy</a>. </p> </div> </div> diff --git a/packages/console/app/src/routes/zen/index.tsx b/packages/console/app/src/routes/zen/index.tsx index b192c2333..57cca2e2b 100644 --- a/packages/console/app/src/routes/zen/index.tsx +++ b/packages/console/app/src/routes/zen/index.tsx @@ -146,9 +146,7 @@ export default function Home() { <div data-slot="section-title"> <h3>What problem is Zen solving?</h3> <p> - There are so many models available, but only a few work well with coding agents. - <br /> - Most providers configure them differently with varying results. + There are so many models available, but only a few work well with coding agents. Most providers configure them differently with varying results. </p> </div> <p>We're fixing this for everyone, not just OpenCode users.</p> |
