Skip to content

Commit

Permalink
Merge pull request #127 from DevKor-github/feat/ga
Browse files Browse the repository at this point in the history
fix: event name banner-click
  • Loading branch information
halionaz authored Sep 5, 2024
2 parents 642979f + 7e169fe commit db4bc73
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 db4bc73

Please sign in to comment.