Skip to content

Commit bb3926b

Browse files
author
Ryan Vogel
authored
fix(homepage): Update FAQ to include desktop and web links (anomalyco#8453)
1 parent b2b123a commit bb3926b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/console/app/src/routes/download/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ export default function Download() {
441441
</li>
442442
<li>
443443
<Faq question="Can I only use OpenCode in the terminal?">
444-
Not anymore! OpenCode is now available as an app for your desktop.
444+
Not anymore! OpenCode is now available as an app for your <a href="/download">desktop</a> and{" "}
445+
<a href="/docs/cli/#web">web</a>!
445446
</Faq>
446447
</li>
447448
<li>

packages/console/app/src/routes/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ export default function Home() {
692692
</li>
693693
<li>
694694
<Faq question="Can I only use OpenCode in the terminal?">
695-
Not anymore! OpenCode is now available as an app for your desktop.
695+
Not anymore! OpenCode is now available as an app for your <a href="/download">desktop</a> and{" "}
696+
<a href="/docs/cli/#web">web</a>!
696697
</Faq>
697698
</li>
698699
<li>

0 commit comments

Comments
 (0)