Skip to content

Commit

Permalink
LP-278 use data-event-id for button as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mattch1 committed Feb 4, 2025
1 parent 266171e commit c3a8197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/postcode-registered-office-address.njk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
text: i18n.officeAddress.findAddress,
attributes: {
"id": "submit",
"onclick": "_paq.push(['trackEvent', 'Limited Partnerships registered office address', 'find-office-address', 'submit']);"
"data-event-id": "find-address"
}
}) }}
</div>
Expand Down

0 comments on commit c3a8197

Please sign in to comment.