diff options
| author | Frank <[email protected]> | 2025-09-03 06:53:30 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 06:53:30 -0400 |
| commit | f65e20b8ce4671985aaec8dc87834bced429544e (patch) | |
| tree | 29f95805da4cf340d60c7d23163ebf6a665b3ce9 /cloud/app/src | |
| parent | 93f2805bc2737cd6f69d2f077e7814f63e9250cf (diff) | |
| download | opencode-f65e20b8ce4671985aaec8dc87834bced429544e.tar.gz opencode-f65e20b8ce4671985aaec8dc87834bced429544e.zip | |
wip console
Diffstat (limited to 'cloud/app/src')
| -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"> |
