Skip to content

Commit

Permalink
Fix a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
monachilada committed Sep 18, 2024
1 parent 9d90d2f commit 9b11e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dito/app/routes/vorpruefung.ergebnis/ResultForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ export default function ResultForm({
<fieldset className="ds-stack-32">
<legend>
{quickSendNkrFlag ? (
<Heading tagName="h3" text={preCheck.result.form.formLegend} />
<Heading tagName="h2" text={preCheck.result.form.formLegend} />
) : (
<Heading
tagName="h3"
tagName="h2"
text="Vorprüfung ergänzen und herunterladen"
/>
)}
Expand Down Expand Up @@ -193,7 +193,7 @@ export default function ResultForm({
{quickSendNkrFlag && (
<div className="ds-stack-16 mt-40">
<Heading
tagName="h4"
tagName="h3"
className="ds-label-section"
text={preCheck.result.form.faqs.title}
/>
Expand Down

0 comments on commit 9b11e1e

Please sign in to comment.