summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-01 19:52:31 -0400
committerJay V <[email protected]>2025-10-01 19:52:31 -0400
commit0691815c0a6adfe6c3dd1acd16d84f5dbe410975 (patch)
tree272b29a0031f7f37986030a3105d5ed6e1173f1c
parent985fd4d9a87ba8a8d5ce220ded20cf54da431f3b (diff)
downloadopencode-0691815c0a6adfe6c3dd1acd16d84f5dbe410975.tar.gz
opencode-0691815c0a6adfe6c3dd1acd16d84f5dbe410975.zip
docs: fix link
-rw-r--r--packages/console/app/src/routes/zen/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/console/app/src/routes/zen/index.tsx b/packages/console/app/src/routes/zen/index.tsx
index 2b974e09f..4e6501682 100644
--- a/packages/console/app/src/routes/zen/index.tsx
+++ b/packages/console/app/src/routes/zen/index.tsx
@@ -116,7 +116,7 @@ export default function Home() {
</svg>
</div>
</div>
- <A href="/auth">
+ <a href="/auth">
<span>Get started with Zen </span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
@@ -126,7 +126,7 @@ export default function Home() {
stroke-linecap="square"
/>
</svg>
- </A>
+ </a>
</div>
<div data-slot="pricing-copy">
<p>
@@ -302,7 +302,7 @@ export default function Home() {
<Faq question="How much does Zen cost?">
Zen <a href="/docs/zen/#pricing">charges per request</a> with zero markups, so you pay exactly what
the model provider charges. Your total cost depends on usage, and you can set monthly spend limits in
- your <A href="/auth">account</A>. To cover costs, OpenCode adds only a small payment processing fee of
+ your <a href="/auth">account</a>. To cover costs, OpenCode adds only a small payment processing fee of
$1.23 per $20 balance top-up.
</Faq>
</li>