summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-04-11 14:18:35 -0400
committerDax Raad <[email protected]>2026-04-11 14:18:58 -0400
commit029e7135b7bc63999c2ea345a4107fac21b53bea (patch)
tree05db838738f3e301072ffbedde5d26162c84f8e1
parentc43591f8a2bf41a9e7990eaae5be0b9945f02048 (diff)
downloadopencode-029e7135b7bc63999c2ea345a4107fac21b53bea.tar.gz
opencode-029e7135b7bc63999c2ea345a4107fac21b53bea.zip
hide download button
-rw-r--r--packages/console/app/src/routes/download/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/download/index.css b/packages/console/app/src/routes/download/index.css
index 705302616..b2176c34a 100644
--- a/packages/console/app/src/routes/download/index.css
+++ b/packages/console/app/src/routes/download/index.css
@@ -316,7 +316,8 @@
/* Download Hero Section */
[data-component="download-hero"] {
- display: grid;
+ /* display: grid; */
+ display: none;
grid-template-columns: 260px 1fr;
gap: 4rem;
padding-bottom: 2rem;