summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/console/app/src/routes/index.css2
-rw-r--r--packages/console/app/src/routes/index.tsx2
-rw-r--r--packages/console/app/src/routes/zen/index.css2
-rw-r--r--packages/console/app/src/routes/zen/index.tsx2
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