diff options
| author | David Hill <[email protected]> | 2026-03-04 11:46:30 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 11:46:30 +0000 |
| commit | 9909f94048cf0b1f325f9867d453534a30b088b0 (patch) | |
| tree | 62074295915a93f38f85afb487f1954a93a8d543 /packages/console/app/src/routes | |
| parent | e8f67ddbccc09f7963c0825aa2ead7b31f8884ee (diff) | |
| download | opencode-9909f94048cf0b1f325f9867d453534a30b088b0.tar.gz opencode-9909f94048cf0b1f325f9867d453534a30b088b0.zip | |
chore(console): hide Go nav item on /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 e51900293..2516d2dac 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -42,7 +42,7 @@ export default function Home() { <Meta name="opencode:auth" content={loggedin() ? "true" : "false"} /> <div data-component="container"> - <Header zen hideGetStarted /> + <Header go hideGetStarted /> <div data-component="content"> <section data-component="hero"> |
