diff options
| author | David Hill <[email protected]> | 2025-12-11 19:33:55 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-11 19:33:55 +0000 |
| commit | 521fbb93cd41e60b1afcbba2ce4d940543c10a51 (patch) | |
| tree | 8da66444797d0653bf266fea56b8f7abe876fb26 /packages/console/app/src/component | |
| parent | 4f855072f24f2f580d4f828bf93e86ffd46c5fca (diff) | |
| download | opencode-521fbb93cd41e60b1afcbba2ce4d940543c10a51.tar.gz opencode-521fbb93cd41e60b1afcbba2ce4d940543c10a51.zip | |
wip: lander updates
Diffstat (limited to 'packages/console/app/src/component')
| -rw-r--r-- | packages/console/app/src/component/header.tsx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/console/app/src/component/header.tsx b/packages/console/app/src/component/header.tsx index 2bfc7305e..a2812fee9 100644 --- a/packages/console/app/src/component/header.tsx +++ b/packages/console/app/src/component/header.tsx @@ -169,20 +169,7 @@ export function Header(props: { zen?: boolean; hideGetStarted?: boolean }) { </Match> </Switch> </li> - <Show when={!props.hideGetStarted}> - <li> - <A href="/download" data-slot="cta-button"> - <svg width="18" height="18" viewBox="0 0 18 18" fill="none" - xmlns="http://www.w3.org/2000/svg"> - <path - d="M12.1875 9.75L9.00001 12.9375L5.8125 9.75M9.00001 2.0625L9 12.375M14.4375 15.9375H3.5625" - stroke="currentColor" stroke-width="1.5" stroke-linecap="square" /> - </svg> - Free - </A> - </li> - </Show> </ul> </nav> <nav data-component="nav-mobile"> |
