Skip to content

Commit

Permalink
Merge pull request #2196 from DFE-Digital/lops-overdue-warning
Browse files Browse the repository at this point in the history
Use govuk_warning_text component
  • Loading branch information
thomasleese authored May 8, 2024
2 parents 8571c90 + 337ebed commit f70e80d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
<h1 class="govuk-heading-xl">Record LoPS response</h1>

<% if @professional_standing_request.expired? %>
<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text govuk-!-font-size-27"><span class="govuk-warning-text__assistive">Warning</span>This LoPS response is overdue</strong>
</div>
<%= govuk_warning_text(text: "This LoPS response is overdue.") %>

<h2 class="govuk-heading-s">Please follow these steps:</h2>

Expand Down

0 comments on commit f70e80d

Please sign in to comment.