diff --git a/src/ux-components/text-link/text-link.vue b/src/ux-components/text-link/text-link.vue
index 1e22e2b0..49d08ffb 100644
--- a/src/ux-components/text-link/text-link.vue
+++ b/src/ux-components/text-link/text-link.vue
@@ -11,10 +11,6 @@
{{text}}
-
- {{text}}
-
-
{{text}}
@@ -33,6 +29,12 @@
},
methods: {
handleClick(event) {
+ this.pushEventToGA(
+ this.$route.query[this.queryStrings.ISS_PAGE],
+ this.GaActions.CLICKED,
+ this.text,
+ true
+ );
this.$emit("click-event");
},
},
@@ -41,10 +43,9 @@
\ No newline at end of file