Skip to content

Commit

Permalink
Use govuk_visually_hidden helper
Browse files Browse the repository at this point in the history
This is a new helper added in GOV.UK Frontend 5.
  • Loading branch information
thomasleese committed Feb 27, 2024
1 parent 2f576d9 commit 80eebc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<%= f.govuk_submit t(".filters.apply") do %>
<a href="<%= filters_clear_assessor_interface_application_forms_path %>" class="govuk-link">
<%= t(".filters.clear") %>
<span class="govuk-visually-hidden"><%= t(".filters.of_filter") %></span>
<%= govuk_visually_hidden(t(".filters.of_filter")) %>
</a>
<% end %>

Expand Down

0 comments on commit 80eebc9

Please sign in to comment.