Skip to content

Commit

Permalink
Merge branch 'react-ga4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 18, 2024
2 parents 45a374d + a49a753 commit bccc00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function App() {

ReactGA.event({
category: "Link",
action: "click",
action: "link_click",
label: `${location!.title.rendered}`,
});
html = `<a class="location-link" href="${location!.link}" onClick="{() => trackLinkClick(${location!.title.rendered}) }" target="_blank">${feature?.properties?.Name}</a>`;
Expand Down

0 comments on commit bccc00a

Please sign in to comment.