Skip to content

Commit

Permalink
modified action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 16, 2024
1 parent c6d3bf6 commit 0bda60c
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 0bda60c

Please sign in to comment.