Skip to content

Commit

Permalink
Remove christmas downtime banner
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpattinson committed Jan 7, 2025
1 parent 72406d7 commit a5e172e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/layouts/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
<%= govuk_back_link(href: yield(:back_link_url)) if content_for?(:back_link_url) %>
<%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<main class="govuk-main-wrapper" id="main-content" role="main">
<% if FeatureFlags::FeatureFlag.active?(:downtime_banner) %>
<%= govuk_notification_banner title_text: "Important", text: "We will not reply to queries from 23 December 2024 to 3 January 2025 due to Christmas and New Year holidays." %>
<% end %>
<%= render(FlashMessageComponent.new(flash: flash)) %>
<%= yield :content %>
</main>
Expand Down

0 comments on commit a5e172e

Please sign in to comment.