diff options
| author | Ryan Vogel <[email protected]> | 2026-01-14 10:01:02 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-14 09:01:02 -0600 |
| commit | bb3926bf456a7da9db0b0fb45967da91569273d3 (patch) | |
| tree | 8ce958a480e126f2c0657c1c9d4b38c26d3d1a44 /packages/console/app/src | |
| parent | b2b123a392a2ea8a30d2c4ca33801d05afbc9a05 (diff) | |
| download | opencode-bb3926bf456a7da9db0b0fb45967da91569273d3.tar.gz opencode-bb3926bf456a7da9db0b0fb45967da91569273d3.zip | |
fix(homepage): Update FAQ to include desktop and web links (#8453)
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/routes/download/index.tsx | 3 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/download/index.tsx b/packages/console/app/src/routes/download/index.tsx index 4290efd16..8b8f50968 100644 --- a/packages/console/app/src/routes/download/index.tsx +++ b/packages/console/app/src/routes/download/index.tsx @@ -441,7 +441,8 @@ export default function Download() { </li> <li> <Faq question="Can I only use OpenCode in the terminal?"> - Not anymore! OpenCode is now available as an app for your desktop. + Not anymore! OpenCode is now available as an app for your <a href="/download">desktop</a> and{" "} + <a href="/docs/cli/#web">web</a>! </Faq> </li> <li> diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 830bd9c95..d06c0dcf6 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -692,7 +692,8 @@ export default function Home() { </li> <li> <Faq question="Can I only use OpenCode in the terminal?"> - Not anymore! OpenCode is now available as an app for your desktop. + Not anymore! OpenCode is now available as an app for your <a href="/download">desktop</a> and{" "} + <a href="/docs/cli/#web">web</a>! </Faq> </li> <li> |
