Skip to content

Commit

Permalink
Make swiper loop
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Aug 20, 2024
1 parent 158a157 commit 9bbcde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ecosystem/Highlights/HighlightList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Carousel = props => {
}

const filteredData = Data.filter(blog => blog.type === "Ecosystem highlights" && blog.language === "en")
const data = Array(9).fill(filteredData).flat()
const data = Array(4).fill(filteredData).flat()

return (
<StyledSwiper
Expand Down

0 comments on commit 9bbcde1

Please sign in to comment.