summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-03 11:05:43 -0400
committerJay V <[email protected]>2025-09-03 11:05:43 -0400
commit22f5c26eecdc44331de9bcfb2a8e5bac00a188da (patch)
tree8db3d89ffbe173c847e05682f00657d0aa14f72d /cloud/app/src
parentb6de122ddc502945fe0ba7412c847c2b54795082 (diff)
downloadopencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.tar.gz
opencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.zip
docs: edits
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index 24897cb97..2f9d3a1a2 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -90,7 +90,7 @@ export default function Home() {
</a>
<span data-slot="description">, a curated list of models provided by opencode</span>
<span data-slot="divider">&nbsp;/&nbsp;</span>
- <a href="/auth" target="_self">
+ <a href="/auth">
{auth() ? "Dashboard" : "Sign in"}
</a>
</section>