Skip to content

Commit

Permalink
build situation updates banner regardless of FF (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowboardTechie authored Dec 17, 2024
1 parent dc515dc commit bebe2c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/site/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@
{% include "src/site/components/banners.drupal.liquid" %}
</header>

{% if enabledFeatureFlags.FEATURE_BANNER_USE_ALTERNATIVE_BANNERS %}
<!-- Situation Updates banner -->
<div data-widget-type="situation-updates-banner"></div>
{% else %}
<!-- Situation Updates banner -->
<div data-widget-type="situation-updates-banner"></div>

{% unless enabledFeatureFlags.FEATURE_BANNER_USE_ALTERNATIVE_BANNERS %}
<!-- Fullwidth banner alerts -->
{% include "src/site/components/fullwidth_banner_alerts.drupal.liquid" %}
{% endif %}
{% endunless %}

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

0 comments on commit bebe2c2

Please sign in to comment.