Skip to content

Commit

Permalink
Merge pull request #6 from etchteam/feat/track-subscription-clicks
Browse files Browse the repository at this point in the history
Add subscription event
  • Loading branch information
JoshTheWanderer authored Mar 6, 2024
2 parents e9268fb + f515ac3 commit 5a254b7
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 5a254b7

Please sign in to comment.