Skip to content

Commit

Permalink
fixed ga4
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Sep 25, 2023
1 parent a955ea2 commit b8786c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<AuthContextProvider>
Expand Down

0 comments on commit b8786c4

Please sign in to comment.