We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66faa1b commit eb8216aCopy full SHA for eb8216a
src/site/layouts/press_release.drupal.liquid
@@ -86,8 +86,11 @@
86
<section class="vads-u-margin-bottom--3">
87
{{ fieldOffice.entity.fieldPressReleaseBlurb.processed }}
88
</section>
89
- <va-link active onClick="recordEvent({ event: 'nav-secondary-button-click' });"
90
- href="{{ fieldListing.entity.entityUrl.path }}" text="See all news releases" />
+ <va-link
+ active
91
+ href="{{ fieldListing.entity.entityUrl.path }}"
92
+ text="See all news releases"
93
+ />
94
</article>
95
<!-- Last updated & feedback button-->
96
{% include "src/site/includes/above-footer-elements.drupal.liquid" %}
0 commit comments