Skip to content

Commit

Permalink
VACMS-17486 Featured content block link upgrade (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Mar 13, 2024
1 parent 7e873de commit 607c556
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/site/blocks/promo.drupal.liquid
Expand Up @@ -37,8 +37,9 @@
{% assign link = entity.fieldPromoLink.entity.fieldLink %}
<section class="hub-promo-text">
<h2 class="vads-u-font-size--h4 vads-u-text-decoration--underline vads-u-margin-top--0">
<a onClick="recordEvent({ event: 'nav-hub-promo' });"
href="{{ link.url.path }}">{{ link.title }}</a>
<va-link disable-analytics onClick="recordEvent({ event: 'nav-hub-promo' });"
href="{{ link.url.path }}" text="{{ link.title }}"
/>
</h2>
<p>{{ entity.fieldPromoLink.entity.fieldLinkSummary }}</p>
</section>
Expand Down

0 comments on commit 607c556

Please sign in to comment.