Skip to content

Commit eb8216a

Browse files
authored
VACMS-18505 Remove duplicate GA event from Press Releases page (#2200)
1 parent 66faa1b commit eb8216a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/site/layouts/press_release.drupal.liquid

+5-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@
8686
<section class="vads-u-margin-bottom--3">
8787
{{ fieldOffice.entity.fieldPressReleaseBlurb.processed }}
8888
</section>
89-
<va-link active onClick="recordEvent({ event: 'nav-secondary-button-click' });"
90-
href="{{ fieldListing.entity.entityUrl.path }}" text="See all news releases" />
89+
<va-link
90+
active
91+
href="{{ fieldListing.entity.entityUrl.path }}"
92+
text="See all news releases"
93+
/>
9194
</article>
9295
<!-- Last updated & feedback button-->
9396
{% include "src/site/includes/above-footer-elements.drupal.liquid" %}

0 commit comments

Comments
 (0)