Skip to content

Commit

Permalink
fix : 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Sep 28, 2023
1 parent 7073746 commit a13b7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/SponsorPage/components/CorporatePartner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CoporatePartner = () => {
className={styles.arrowWrapper}
onClick={() => {
onClickLeftButton(scrollableRef.current);
track('cclick_sponsor_logo_next');
track('click_sponsor_logo_next');
}}
>
<ArrowLeft stroke={isLeftScrollable ? 'white' : 'grey'} />
Expand All @@ -49,7 +49,7 @@ const CoporatePartner = () => {
className={styles.arrowWrapper}
onClick={() => {
onClickRightButton(scrollableRef.current);
track('cclick_sponsor_logo_next');
track('click_sponsor_logo_next');
}}
>
<ArrowRight stroke={isRightScrollable ? 'white' : 'grey'} />
Expand Down

0 comments on commit a13b7da

Please sign in to comment.