Skip to content

Commit

Permalink
feat: add iwd events in thanks page
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Feb 13, 2024
1 parent 922a543 commit 8c40ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Iwd/IwdThanksPageVariations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<kv-button
v-if="iwdLoanId"
:href="`/lend/${iwdLoanId}`"
v-kv-track-event="['Thanks', 'click-read-borrower-story']"
v-kv-track-event="['intl-womens-day', 'click', 'read-story', iwdLoanId]"
>
<span>Read </span>
<span v-if="iwdBorrowerName" class="data-hj-suppress">
Expand All @@ -95,7 +95,7 @@
<kv-button
href="/about/how"
variant="secondary"
v-kv-track-event="['Thanks', 'click-more-about-kiva']"
v-kv-track-event="['intl-womens-day', 'click', 'more-about-kiva', iwdLoanId]"
>
More about Kiva
</kv-button>
Expand Down

0 comments on commit 8c40ea1

Please sign in to comment.