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