Skip to content

Commit

Permalink
merged with react-ga4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 16, 2024
2 parents a239f2a + c6d3bf6 commit 454e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function App() {
const campusHandler = (campus: Campus) => {
ReactGA.event({
category: "Campus Menu",
action: "campus_menu",
action: "click",
label: `${campus.name}`,
});

Expand Down

0 comments on commit 454e2fb

Please sign in to comment.