From a49a753c970ee73fc05f0d1ab3ab19c547a5b2b1 Mon Sep 17 00:00:00 2001 From: Ramin Farhadi Date: Thu, 18 Jul 2024 13:31:06 -0400 Subject: [PATCH] action modified to link_click in order to have a specific name. --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;