diff --git a/app/views/notifications/_covid_logos.html.erb b/app/views/notifications/_covid_logos.html.erb index 3c0dcbf90..ebf1a4475 100644 --- a/app/views/notifications/_covid_logos.html.erb +++ b/app/views/notifications/_covid_logos.html.erb @@ -1,4 +1,9 @@ - +<% + alt_text = "Stay at home. Protect the NHS. Save lives." +%> + + + <%= alt_text %> @@ -19,7 +24,6 @@ <%= tag.image(src: image_url("covid.png"), - class: "global-bar-image govuk-grid-column-one-third", - alt: "Stay at home. Protect the NHS. Save lives.", + alt: alt_text, "xlink:href": "") %>