Skip to content

Commit

Permalink
Accessibility - where send licence (#1832)
Browse files Browse the repository at this point in the history
* Accessibility - where send licence

https://eaflood.atlassian.net/browse/IWTF-3686

Remove tab index from where send licence page to sort focus order

* remove tab index=0
  • Loading branch information
ScottDormand96 authored Nov 27, 2023
1 parent ddbe259 commit 60322fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ title }}
</h1>

<p class="govuk-body govuk-!-font-size-27" id="contact-information" tabindex="0" aria-labelledby="contact-information">
<p class="govuk-body govuk-!-font-size-27" id="contact-information" aria-labelledby="contact-information">
{{ contactInfo }}
</p>

Expand Down

0 comments on commit 60322fa

Please sign in to comment.