Skip to content

Commit

Permalink
VACMS-18783 Promo Banner duplicate event removal (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays authored Aug 5, 2024
1 parent 1535a04 commit 20faf7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/site/components/banners.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
<!-- Promo Banners -->
{% for promoBanner in visiblePromoBanners %}
<va-promo-banner
onclick="recordEvent({ event: 'promo-banner-event', 'promo-banner-action': 'Footer alert - {{promoBanner.title}}'})"
aria-label="{{ promoBanner.title }}"
role="region"
data-template="components/banners.drupal.liquid"
id="{{ promoBanner.entityId }}"
href="{{ promoBanner.fieldLink.url.path }}"
Expand Down

0 comments on commit 20faf7f

Please sign in to comment.