diff --git a/src/App.tsx b/src/App.tsx index 5ac9c85..590ce47 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -223,7 +223,7 @@ function App() { ReactGA.event({ category: "Link", - action: "click", + action: "link_click", label: `${location!.title.rendered}`, }); html = `${feature?.properties?.Name}`;