Skip to content

Commit

Permalink
action was modified.
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 921e75a commit a239f2a
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: "campus_menu",
label: `${campus.name}`,
});

Expand Down

0 comments on commit a239f2a

Please sign in to comment.