Skip to content

Commit

Permalink
feat: tracking event added to view more button in qf mobile section
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Oct 6, 2023
1 parent e8ac6e9 commit 27ad9da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/LoanFinding/ViewMoreCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<p class="tw-text-subhead tw-text-center">
View more loans that match your filters on our search page
</p>
<kv-button :to="viewMoreLink">
<kv-button
:to="viewMoreLink"
v-kv-track-event="['event-tracking', 'click', 'qf-mobile-view-more']"
>
<span class="tw-flex tw-items-center">
View more
<kv-material-icon class="tw-ml-1" :icon="mdiArrowRight" />
Expand Down

0 comments on commit 27ad9da

Please sign in to comment.