File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments