Skip to content

Commit

Permalink
fix: Update amplitude tracking event ID (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 authored May 9, 2024
1 parent 744ed13 commit b2e574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ul li, .auto-grid li { display: flex; align-items: center; gap: 1.75em; }


<script>
window.document.onload = () => { window.amplitude.track(`view:landing:a`); }
window.document.onload = () => { window.amplitude.track(`view:landing:b`); }
let cta = document.querySelectorAll(".track-cta");
cta.forEach((c) => {
Expand Down

0 comments on commit b2e574f

Please sign in to comment.