Skip to content

Commit

Permalink
fix: notices responsive slider
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Oct 16, 2022
1 parent 37d9d6d commit ab29e97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NewNotices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default function NewNotices({ notifications }) {
slidesPerView={
(breakpoint === "sm" && 2) ||
(breakpoint === "md" && 3) ||
(breakpoint === "lg" && 5)
(breakpoint === "lg" && 5) ||
(breakpoint === "xl" && 5) ||
(breakpoint === "2xl" && 5)
}
pagination={{ clickable: true }}
navigation
Expand Down

0 comments on commit ab29e97

Please sign in to comment.