Skip to content

Commit

Permalink
Merge pull request #3337 from alphagov/register-to-vote-banner
Browse files Browse the repository at this point in the history
Add register to vote banner
  • Loading branch information
AshGDS authored May 30, 2024
2 parents 8eebfe0 + 4f475ec commit 272da05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/components/_global_bar.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<%
show_global_bar ||= false # Toggles the appearance of the global bar
show_global_bar ||= true # Toggles the appearance of the global bar

title = false
title_href = false
link_text = false
title = "Register to vote"
title_href = "/register-to-vote"
link_text = "Register by 18 June to vote in the General Election on 4 July."
link_href = false

# Toggles banner being permanently visible
Expand Down

0 comments on commit 272da05

Please sign in to comment.