summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-15 11:54:00 -0500
committerDax Raad <[email protected]>2025-12-15 11:54:09 -0500
commit46a35dfc1b99c77da66a055510640c797f32a0ce (patch)
tree8dd4284bc77c551a4b8b543e273418e9e17c29cf
parentb7597c12dde5889c8cb048fdb4889bf902236340 (diff)
downloadopencode-46a35dfc1b99c77da66a055510640c797f32a0ce.tar.gz
opencode-46a35dfc1b99c77da66a055510640c797f32a0ce.zip
docs: restore desktop beta banner to homepage
-rw-r--r--packages/console/app/src/routes/index.tsx15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx
index c484d8edb..90bdfffdc 100644
--- a/packages/console/app/src/routes/index.tsx
+++ b/packages/console/app/src/routes/index.tsx
@@ -52,6 +52,21 @@ 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"*/}
{/* href={release()?.url ?? `${config.github.repoUrl}/releases`}*/}