diff options
| author | Jay V <[email protected]> | 2025-09-03 11:05:43 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-03 11:05:43 -0400 |
| commit | 22f5c26eecdc44331de9bcfb2a8e5bac00a188da (patch) | |
| tree | 8db3d89ffbe173c847e05682f00657d0aa14f72d /cloud | |
| parent | b6de122ddc502945fe0ba7412c847c2b54795082 (diff) | |
| download | opencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.tar.gz opencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.zip | |
docs: edits
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 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"> / </span> - <a href="/auth" target="_self"> + <a href="/auth"> {auth() ? "Dashboard" : "Sign in"} </a> </section> |
