diff options
| author | Jay V <[email protected]> | 2025-09-03 11:16:49 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-03 11:16:49 -0400 |
| commit | 4b9cae82e645a875c7c4717d6238f1422e48ca7a (patch) | |
| tree | 5f5098483a937e53171e619926885d484f5eb64f /cloud | |
| parent | fdf08ecfabcd4cda2a4a250958cd2f975ef9535a (diff) | |
| download | opencode-4b9cae82e645a875c7c4717d6238f1422e48ca7a.tar.gz opencode-4b9cae82e645a875c7c4717d6238f1422e48ca7a.zip | |
ignore: zen
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 2 |
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"> / </span> - <a data-slot="cta" href="/auth"> + <a target="_self" data-slot="cta" href="/auth"> {auth() ? "Dashboard" : "Sign in"} </a> </section> |
