Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WB-1804 Use h2 in ModalHeader #2369

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gentle-moons-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-blocks-modal": patch
---

Use h2 tag in modal header instead of h3
2 changes: 2 additions & 0 deletions .changeset/wet-walls-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default function ModalHeader(props: Props) {
<View style={styles.breadcrumbs}>{breadcrumbs}</View>
)}
<HeadingMedium
tag="h2"
style={styles.title}
id={titleId}
testId={testId && `${testId}-title`}
Expand Down
Loading