summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes
diff options
context:
space:
mode:
authorRyan Vogel <[email protected]>2026-01-25 12:20:39 -0500
committerGitHub <[email protected]>2026-01-25 12:20:39 -0500
commite491f5cc16ae536fa2ab87ec38d9201ae25012b3 (patch)
treee578d878ce7e446ff2eebbde33ba6eee808b70f8 /packages/console/app/src/routes
parentebe86e40a0d97a07283e4c6323ab3ba082623504 (diff)
downloadopencode-e491f5cc16ae536fa2ab87ec38d9201ae25012b3.tar.gz
opencode-e491f5cc16ae536fa2ab87ec38d9201ae25012b3.zip
fix(web): add & fix the download button (#10566)
Diffstat (limited to 'packages/console/app/src/routes')
-rw-r--r--packages/console/app/src/routes/changelog/index.css5
-rw-r--r--packages/console/app/src/routes/changelog/index.tsx2
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/changelog/index.css b/packages/console/app/src/routes/changelog/index.css
index 29020a924..a445c7447 100644
--- a/packages/console/app/src/routes/changelog/index.css
+++ b/packages/console/app/src/routes/changelog/index.css
@@ -106,10 +106,13 @@
[data-slot="cta-button"] {
background: var(--color-background-strong);
color: var(--color-text-inverted);
- padding: 8px 16px;
+ padding: 8px 16px 8px 10px;
border-radius: 4px;
font-weight: 500;
text-decoration: none;
+ display: flex;
+ align-items: center;
+ gap: 8px;
@media (max-width: 55rem) {
display: none;
diff --git a/packages/console/app/src/routes/changelog/index.tsx b/packages/console/app/src/routes/changelog/index.tsx
index cf71d021c..c1b931fe3 100644
--- a/packages/console/app/src/routes/changelog/index.tsx
+++ b/packages/console/app/src/routes/changelog/index.tsx
@@ -97,7 +97,7 @@ export default function Changelog() {
<Meta name="description" content="OpenCode release notes and changelog" />
<div data-component="container">
- <Header hideGetStarted />
+ <Header />
<div data-component="content">
<section data-component="changelog-hero">