diff options
| author | David Hill <[email protected]> | 2026-03-04 11:26:50 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 11:26:50 +0000 |
| commit | a2d3d62db3dcd7bd63d0660d58b4fb0b99b2e603 (patch) | |
| tree | 03bb6d7666d4fa36fe4753dfae1be8160dc9aaed /packages/console/app/src/routes | |
| parent | 12f4315d9d411c8e3d6091876ba41c406d618f01 (diff) | |
| download | opencode-a2d3d62db3dcd7bd63d0660d58b4fb0b99b2e603.tar.gz opencode-a2d3d62db3dcd7bd63d0660d58b4fb0b99b2e603.zip | |
chore(console): move login to end on zen/go
Diffstat (limited to 'packages/console/app/src/routes')
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index 1148059b1..f991060ba 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -127,7 +127,7 @@ export default function Home() { */} </div> <a href="/auth"> - <span>{i18n.t("zen.cta.start")}</span> + <span>Subscribe to Go - $10/mo</span> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.5 12L17 12M13 16.5L17.5 12L13 7.5" |
