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/routes | |
| parent | 4f855072f24f2f580d4f828bf93e86ffd46c5fca (diff) | |
| download | opencode-521fbb93cd41e60b1afcbba2ce4d940543c10a51.tar.gz opencode-521fbb93cd41e60b1afcbba2ce4d940543c10a51.zip | |
wip: lander updates
Diffstat (limited to 'packages/console/app/src/routes')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 183f9e73a..fb3d0f9dc 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -52,20 +52,7 @@ export default function Home() { <div data-component="content"> <section data-component="hero"> - <div data-component="desktop-app-banner"> - <span data-slot="badge">New</span> - <div data-slot="content"> - <span data-slot="text"> - Desktop app available in beta<span data-slot="platforms"> on macOS, Windows, and Linux</span>. - </span> - <a href="/download" data-slot="link"> - Download now - </a> - <a href="/download" data-slot="link-mobile"> - Download the desktop beta now - </a> - </div> - </div> + <div data-slot="hero-copy"> {/*<a data-slot="releases"*/} |
