Skip to content

Commit

Permalink
fix: autoplay in awards section
Browse files Browse the repository at this point in the history
  • Loading branch information
DangTinh422003 committed Nov 12, 2024
1 parent c865966 commit b67eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Awards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Award {
}

const swiperConfig: SwiperProps = {
// modules: [Autoplay],
modules: [Autoplay],
spaceBetween: 10,
slidesPerView: 1.2,
loop: true,
Expand Down

0 comments on commit b67eede

Please sign in to comment.