diff options
| author | Jay V <[email protected]> | 2025-11-07 14:40:48 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-11-07 16:27:34 -0500 |
| commit | 9885c716f387d35024eaed5c0aab0528189c1191 (patch) | |
| tree | 7dd82edcb5282d0f3226274a030a80d703bd309c | |
| parent | 39461fbbce6a54d254a182a982607f5571120551 (diff) | |
| download | opencode-9885c716f387d35024eaed5c0aab0528189c1191.tar.gz opencode-9885c716f387d35024eaed5c0aab0528189c1191.zip | |
ignore: lander use h1 tags for main headings on landing and zen pages
| -rw-r--r-- | packages/console/app/src/routes/index.css | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/zen/index.css | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/zen/index.tsx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index 496901339..e5101442f 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -479,7 +479,7 @@ body { border-bottom: 1px solid var(--color-border-weak); } - strong { + h1 { font-size: 28px; color: var(--color-text-strong); font-weight: 500; diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index bcfb22bc3..71b535f79 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -63,7 +63,7 @@ export default function Home() { > What’s new in {release()?.name ?? "the latest release"} </a> - <strong>The AI coding agent built for the terminal</strong> + <h1>The AI coding agent built for the terminal</h1> <p> OpenCode is fully open source, giving you control and freedom to use any provider, any model, and any editor. diff --git a/packages/console/app/src/routes/zen/index.css b/packages/console/app/src/routes/zen/index.css index 661517c43..fbdd15306 100644 --- a/packages/console/app/src/routes/zen/index.css +++ b/packages/console/app/src/routes/zen/index.css @@ -277,7 +277,7 @@ body { margin-bottom: 24px; } - strong { + h1 { font-size: 28px; color: var(--color-text-strong); font-weight: 500; diff --git a/packages/console/app/src/routes/zen/index.tsx b/packages/console/app/src/routes/zen/index.tsx index 92cc0a508..220f7a117 100644 --- a/packages/console/app/src/routes/zen/index.tsx +++ b/packages/console/app/src/routes/zen/index.tsx @@ -45,7 +45,7 @@ export default function Home() { <div data-slot="hero-copy"> <img data-slot="zen logo light" src={zenLogoLight} alt="zen logo light" /> <img data-slot="zen logo dark" src={zenLogoDark} alt="zen logo dark" /> - <strong>Reliable optimized models for coding agents</strong> + <h1>Reliable optimized models for coding agents</h1> <p> Zen gives you access to a curated set of AI models that OpenCode has tested and benchmarked specifically for coding agents. No need to worry about inconsistent |
