From b8786c48f0cb485427131bc4e29d38d4406f68a9 Mon Sep 17 00:00:00 2001 From: Dang Nguyen Nguyen Date: Sun, 24 Sep 2023 20:11:31 -0700 Subject: [PATCH] fixed ga4 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2bdcf53..d60573e 100644 --- a/src/App.js +++ b/src/App.js @@ -12,7 +12,7 @@ import { AuthContextProvider } from "./context/AuthContext"; import AboutPage from "./components/AboutPage/AboutPage"; import ReactGA from "react-ga4"; -ReactGA.initialize("408250198"); +ReactGA.initialize("G-T3M3PZTJPN"); function App() { return (