Skip to content

Commit

Permalink
[653] Make card action bold for references
Browse files Browse the repository at this point in the history
As per the design system
  • Loading branch information
avinhurry committed Feb 25, 2025
1 parent 1cd1f77 commit e920407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ul class="app-summary-card__actions-list">
<% if deletable? && reference_editable?(reference) %>
<li class="app-summary-card__actions-list-item">
<%= govuk_link_to confirm_destroy_path(reference) do %>
<%= govuk_link_to confirm_destroy_path(reference), class: 'govuk-!-font-weight-bold' do %>
<%= t('application_form.references.delete_reference.action') %>
<span class="govuk-visually-hidden">reference from <%= reference.name %></span>
<% end %>
Expand Down

0 comments on commit e920407

Please sign in to comment.