Skip to content

Commit 7e74dbf

Browse files
committed
chore: rm unnecessary placeholder div
1 parent 4484598 commit 7e74dbf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/PostsSwiper/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const PostsSwiper = ({ className, items }: PostsSwiperProps) => (
3434
))}
3535

3636
<MdChevronLeft className="swiper-button-prev" />
37-
<div className="swiper-pagination" />
3837
<MdChevronRight className="swiper-button-next" />
3938
</Swiper>
4039
</div>

src/components/SwiperCards/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const SwiperCards = ({ className }: ClassNameProp) => {
5050
))}
5151

5252
<MdChevronLeft className="swiper-button-prev" />
53-
<div className="swiper-pagination" />
5453
<MdChevronRight className="swiper-button-next" />
5554
</Swiper>
5655
</div>

0 commit comments

Comments
 (0)