diff options
| -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> |
