Skip to content

Commit bebe2c2

Browse files
build situation updates banner regardless of FF (#2390)
1 parent dc515dc commit bebe2c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/includes/header.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@
180180
{% include "src/site/components/banners.drupal.liquid" %}
181181
</header>
182182

183-
{% if enabledFeatureFlags.FEATURE_BANNER_USE_ALTERNATIVE_BANNERS %}
184-
<!-- Situation Updates banner -->
185-
<div data-widget-type="situation-updates-banner"></div>
186-
{% else %}
183+
<!-- Situation Updates banner -->
184+
<div data-widget-type="situation-updates-banner"></div>
185+
186+
{% unless enabledFeatureFlags.FEATURE_BANNER_USE_ALTERNATIVE_BANNERS %}
187187
<!-- Fullwidth banner alerts -->
188188
{% include "src/site/components/fullwidth_banner_alerts.drupal.liquid" %}
189-
{% endif %}
189+
{% endunless %}
190190

191191
<script nonce="**CSP_NONCE**" type="text/javascript">
192192
{% include "src/site/assets/js/skip-link-focus.js" %}

0 commit comments

Comments
 (0)