Skip to content

Commit

Permalink
Update notification banner
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpattinson committed Dec 3, 2024
1 parent b59932f commit 9a43aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<%= 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">
<%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Tuesday 3rd December between 10am and 11am while we carry out essential maintenance" %>
<%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Wednesday 4th December between 11am and 12am while we carry out essential maintenance" %>
<%= render(FlashMessageComponent.new(flash: flash)) %>
<%= yield :content %>
</main>
Expand Down

0 comments on commit 9a43aed

Please sign in to comment.