Skip to content

Commit

Permalink
Warning text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maverickvi committed Nov 13, 2024
1 parent 769a469 commit 1adae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_tech_docs/warning_text_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def warning_text(text)
<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text">
<span class="govuk-warning-text__assistive">Warning</span>
<span class="govuk-visually-hidden">Warning</span>
#{text}
</strong>
</div>
Expand Down

0 comments on commit 1adae95

Please sign in to comment.