diff options
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 29f417e5a..24897cb97 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -85,7 +85,9 @@ export default function Home() { </section> <section data-component="zen"> - <a href="/docs/zen">opencode zen</a> + <a target="_self" href="/docs/zen"> + opencode zen + </a> <span data-slot="description">, a curated list of models provided by opencode</span> <span data-slot="divider"> / </span> <a href="/auth" target="_self"> |
