Skip to content

Commit

Permalink
feat: add analytics event for subscription button click
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Mar 6, 2024
1 parent e9268fb commit f515ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 class="diamond-text-align-center diamond-spacing-bottom-lg">
</p>
</diamond-form-group>
<diamond-button width="full-width" variant="primary">
<button type="submit" class="diamond-text-weight-bold">Subscribe</button>
<button type="submit" class="diamond-text-weight-bold" data-umami-event="subscribe">Subscribe</button>
</diamond-button>
</form>
</diamond-card>
Expand Down

0 comments on commit f515ac3

Please sign in to comment.