diff options
| author | Ryan Vogel <[email protected]> | 2026-01-20 18:22:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-20 18:22:47 -0500 |
| commit | 7f50b279962aa76990e2ca2b7eb9bdfd3beafc38 (patch) | |
| tree | fe7ac79aeb638f7f16c8eb6eac5b0ccf001772e2 /packages/console/app/src/routes/index.tsx | |
| parent | 021e42c0bb10a2555f78e4f296bbf5406e8a9bba (diff) | |
| download | opencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.tar.gz opencode-7f50b279962aa76990e2ca2b7eb9bdfd3beafc38.zip | |
docs: add Anthropic subscription warning and update feature list to highlight GitHub Copilot (#9721)
Diffstat (limited to 'packages/console/app/src/routes/index.tsx')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 6bcf9dbb5..252dcbb97 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -192,7 +192,7 @@ export default function Home() { <li> <span>[*]</span> <div> - <strong>Claude Pro</strong> Log in with Anthropic to use your Claude Pro or Max account + <strong>GitHub Copilot</strong> Log in with GitHub to use your Copilot account </div> </li> <li> |
