Skip to content

Commit 3c9d6bc

Browse files
committed
fix(website): true up Yes wall aside, analytics track, and glow containment
1 parent ca1f59d commit 3c9d6bc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

apps/website/src/components/landing/YesWall.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function YesWall() {
6868
eyebrow="Every question below has the same answer"
6969
heading="Yes, it does that."
7070
headingId="yes-wall-heading"
71-
aside="Sixteen questions teams ask before they commit — each linked to the API that answers it."
71+
aside="Sixteen questions teams ask before they commit — each paired with the API that answers it."
7272
/>
7373
<div className="yes-wall-body">
7474
{YES_WALL_GROUPS.map((group, index) => (
@@ -98,6 +98,7 @@ export function YesWall() {
9898
destination_url: '/docs',
9999
cta_id: 'home_yes_wall_docs',
100100
cta_text: 'Every question answered, in the docs',
101+
track: 'developer',
101102
})
102103
}
103104
>

apps/website/src/styles/landing.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,10 @@
12191219
}
12201220

12211221
/* ---------- Yes wall (dark specimen, spec change A + treatment B) ---------- */
1222+
/* Match FinalCTA's containment: the glow and watermark stay inside the band. */
1223+
#yes-wall {
1224+
overflow: clip;
1225+
}
12221226
.yes-wall {
12231227
position: relative;
12241228
}

0 commit comments

Comments
 (0)