Skip to content

Commit 87ac0ae

Browse files
authored
Merge pull request #16058 from ethereum/a11y-fix
fix: heading element ordering
2 parents 4cbafd7 + 75b9e19 commit 87ac0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FeedbackCard = ({ prompt, isArticle, ...props }: FeedbackCardProps) => {
6969
dir={dir}
7070
>
7171
<div className="flex flex-col gap-4">
72-
<h4 className="mb-2">{getTitle(feedbackSubmitted)}</h4>
72+
<h2 className="mb-2">{getTitle(feedbackSubmitted)}</h2>
7373
{feedbackSubmitted && (
7474
<p>
7575
{t("feedback-widget-thank-you-subtitle")}{" "}

0 commit comments

Comments
 (0)