Skip to content

Commit

Permalink
Merge pull request #2096 from alphagov/update-header-footer-link
Browse files Browse the repository at this point in the history
Update links for coronavirus landing page
  • Loading branch information
sihugh authored Mar 20, 2020
2 parents 55ca125 + 600907b commit 37f98a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/notifications/_global_bar.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%
show_global_bar ||= true # Toggles the appearance of the global bar
title = "Coronavirus (COVID-19): what you need to do"
title_href = "/government/topical-events/coronavirus-covid-19-uk-government-response"
title_href = "/coronavirus"
link_text = false
link_href = false

Expand Down
2 changes: 1 addition & 1 deletion app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<a data-track-category="footerClicked"
data-track-action="coronavirusLinks"
data-track-label="Coronavirus (COVID-19): what you need to do"
href="/government/topical-events/coronavirus-covid-19-uk-government-response"
href="/coronavirus"
class="govuk-link">
Coronavirus (COVID-19): what you need to do
</a>
Expand Down

0 comments on commit 37f98a8

Please sign in to comment.