diff options
| author | Dax Raad <[email protected]> | 2025-12-15 11:56:47 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-15 11:56:53 -0500 |
| commit | 2c53abd70c7a911f2089beef4e904afb925fc5ce (patch) | |
| tree | 16cd5f61d263b4e3b14f5ef909cafbe19738a1dc /packages | |
| parent | b7a9cbfc684048746e37f609ec6f42449faabca4 (diff) | |
| download | opencode-2c53abd70c7a911f2089beef4e904afb925fc5ce.tar.gz opencode-2c53abd70c7a911f2089beef4e904afb925fc5ce.zip | |
docs: update header navigation to include desktop download
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/app/src/component/header.tsx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/console/app/src/component/header.tsx b/packages/console/app/src/component/header.tsx index 39e833973..d9522bd5d 100644 --- a/packages/console/app/src/component/header.tsx +++ b/packages/console/app/src/component/header.tsx @@ -169,6 +169,25 @@ 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"> |
