diff --git a/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig b/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig index a7fb6dadb..ec571015f 100644 --- a/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig +++ b/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig @@ -62,7 +62,6 @@
  • {{ areaName }}
  • {% endfor %} - {{ drupal_block("weathergov_dynamic_safety_information", { weather_event: alert.event }) }}
    @@ -73,8 +72,10 @@
    - + {{ drupal_block("weathergov_dynamic_safety_information", { weather_event: alert.event }) }} + + {% endfor %}