Skip to content

Commit b3df372

Browse files
committed
Revert "chore: rm unnecessary placeholder div"
This reverts commit 7e74dbf.
1 parent e05abae commit b3df372

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/PostsSwiper/index.tsx

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

3636
<MdChevronLeft className="swiper-button-prev" />
37+
<div className="swiper-pagination" />
3738
<MdChevronRight className="swiper-button-next" />
3839
</Swiper>
3940
</div>

src/components/SwiperCards/index.tsx

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

5252
<MdChevronLeft className="swiper-button-prev" />
53+
<div className="swiper-pagination" />
5354
<MdChevronRight className="swiper-button-next" />
5455
</Swiper>
5556
</div>

0 commit comments

Comments
 (0)