Skip to content

Commit 89e09bf

Browse files
committed
Fix to CTA Newsletter
1 parent df2e893 commit 89e09bf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,4 @@ npm run lint # full lint suite
120120

121121
Astro, TypeScript, Lit, Tailwind CSS, Turso (libSQL), Sentry, Vercel, Playwright, Vitest, MJML, Workbox, GitHub Actions
122122

123-
test/e2e/specs/11-accessibility/axe.spec.ts
124123
test/e2e/specs/11-accessibility/high-contrast-wcag-compliance.spec.ts

src/components/CallToAction/Newsletter/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const descriptionId = `${idBase}-description`
3838

3939
<newsletter-form
4040
class="cta block print:hidden!"
41+
role="group"
4142
aria-labelledby={titleId}
4243
aria-describedby={descriptionId}
4344
>

0 commit comments

Comments
 (0)