Skip to content

Commit

Permalink
fix: 중복 화살표 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Dec 23, 2023
1 parent e3cd927 commit 2b0ece0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/views/MainPage/components/Activity/MobileCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ export default function MobileCard() {
/>
</S.RightArrow>
</S.CarouselWrapper>
<S.RightArrow>
<Image
src={IcArrowRight}
width="42"
height="42"
alt="오른쪽 화살표"
onClick={() => handleCarouselSwipe(1)}
/>
</S.RightArrow>
<S.ButtonWrapper
ref={dragRef}
onMouseDown={handleMouseDown}
Expand Down

0 comments on commit 2b0ece0

Please sign in to comment.