diff --git a/src/App.tsx b/src/App.tsx index 40ec620..532831e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,7 +82,7 @@ function App() { gtagOptions: { debug_mode: true, }, - });); + }); // Send pageview with a custom path ReactGA.send({ hitType: "pageview", page: "/", title: "UCF Campus Map" });