Skip to content

Commit

Permalink
Track Contact Form Clicks
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
vsaw committed Oct 2, 2023
1 parent 1f76205 commit c9f7aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/professionals.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Features() {
</div>
<div class="card__footer">
<a href="mailto:[email protected]?subject=OpenDataCam for Domain Experts"
className='hover:no-underline'>
className='hover:no-underline plausible-event-name=Button+Click:+Domain+Experts'>
<button class="button button--secondary button--block">Get in touch!</button>
</a>
</div>
Expand All @@ -67,7 +67,7 @@ export default function Features() {
</div>
<div class="card__footer">
<a href="mailto:[email protected]?subject=OpenDataCam for Developers"
className='hover:no-underline'>
className='hover:no-underline plausible-event-name=Button+Click:+Developers'>
<button class="button button--secondary button--block">Get in touch!</button>
</a>
</div>
Expand Down

0 comments on commit c9f7aad

Please sign in to comment.