Skip to content

Commit

Permalink
Removing banners (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
niaevans9 authored Feb 3, 2025
1 parent 0b6d3f8 commit 6f6154e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions server/views/probationPractitionerReferrals/dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
{% endblock %}

{% block pageContent %}
{% if presenter.disableDowntimeBanner != true %}
{{ govukNotificationBanner(serviceOutageBannerArgs) }}
{% endif %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<h1 class="govuk-heading-xl">{{ presenter.title }}</h1>
Expand Down
3 changes: 0 additions & 3 deletions server/views/serviceProviderReferrals/dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
{% endblock %}

{% block pageContent %}
{% if presenter.disableDowntimeBanner != true %}
{{ govukNotificationBanner(serviceOutageBannerArgs) }}
{% endif %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<h1 class="govuk-heading-xl">{{ presenter.title }}</h1>
Expand Down

0 comments on commit 6f6154e

Please sign in to comment.