Skip to content

Commit

Permalink
Use correct heading indices
Browse files Browse the repository at this point in the history
h1 -> h2 -> h3
  • Loading branch information
gpeng committed Oct 13, 2023
1 parent 99f4962 commit 46e30a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/qualifications/qualifications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div class="govuk-grid-column-one-third app__details-menu">
<h3 class="govuk-heading-m">Your details</h3>
<h2 class="govuk-heading-m">Your details</h2>
<p>
Name on certificates<br />
<strong><%= [@teacher.first_name, @teacher.last_name].join(" ") %></strong>
Expand Down
2 changes: 1 addition & 1 deletion app/views/qualifications/starts/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li>check your early career teacher induction status</li>
<li>change the name on your teaching certificates</li>
</ul>
<h1 class="govuk-heading-m">Before you start</h1>
<h2 class="govuk-heading-m">Before you start</h2>

<p class="govuk-body">
You’ll need to create a <strong>DfE Identity account</strong> to access your teaching qualifications. You'll use the account to sign-in to this service and other DfE teaching services.
Expand Down

0 comments on commit 46e30a5

Please sign in to comment.