Skip to content

Commit

Permalink
Merge pull request #1831 from alphagov/update-brexit-banner-link
Browse files Browse the repository at this point in the history
Make Brexit banner link relative
  • Loading branch information
brucebolt authored Aug 31, 2019
2 parents e6bb3e4 + b41f916 commit 6a0d8a6
Showing 1 changed file with 1 addition and 1 deletion.
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 = "The United Kingdom is leaving the European Union on 31 October 2019."
link_href = "https://www.gov.uk/brexit"
link_href = "/brexit"
link_text = "Get ready for Brexit"
-%>
<% if show_global_bar %>
Expand Down

0 comments on commit 6a0d8a6

Please sign in to comment.