summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-03 11:16:49 -0400
committerJay V <[email protected]>2025-09-03 11:16:49 -0400
commit4b9cae82e645a875c7c4717d6238f1422e48ca7a (patch)
tree5f5098483a937e53171e619926885d484f5eb64f /cloud
parentfdf08ecfabcd4cda2a4a250958cd2f975ef9535a (diff)
downloadopencode-4b9cae82e645a875c7c4717d6238f1422e48ca7a.tar.gz
opencode-4b9cae82e645a875c7c4717d6238f1422e48ca7a.zip
ignore: zen
Diffstat (limited to 'cloud')
-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 e7e66ae73..042b1527c 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 data-slot="cta" href="/auth">
+ <a target="_self" data-slot="cta" href="/auth">
{auth() ? "Dashboard" : "Sign in"}
</a>
</section>