Skip to content

Commit

Permalink
Merge branch 'react-ga4' into develop
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 454e2fb + 0bda60c commit 161977d
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: "click",
action: "campus_menu_click",
label: `${campus.name}`,
});

Expand Down

0 comments on commit 161977d

Please sign in to comment.