Skip to content

Commit

Permalink
fix: event name banner-click
Browse files Browse the repository at this point in the history
  • Loading branch information
halionaz committed Sep 5, 2024
1 parent a652219 commit 7e169fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MainCarousel/MainCarouselContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function MainCarouselContent({ src }: { src: string }) {
return (
<Wrapper
onClick={() =>
sendGAEvent('event', 'banner-click', {
sendGAEvent('event', 'banner_click', {
src: src,
screen_name: 'Home',
})
Expand Down

0 comments on commit 7e169fe

Please sign in to comment.