diff --git a/app/views/notifications/_notification_home_section.html.erb b/app/views/notifications/_notification_home_section.html.erb index 1713ea0ea..522bc2840 100644 --- a/app/views/notifications/_notification_home_section.html.erb +++ b/app/views/notifications/_notification_home_section.html.erb @@ -6,7 +6,7 @@ <%== render_for_home(notification) %>
- <%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification)) %> + <%= govuk_link_to("Delete notification", notification_delete_confirmation_path(notification), class: "app-!-colour-red") %>
<% end %>