Skip to content

Commit c1b594e

Browse files
committed
Fixed the reviews not showing in Production
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
1 parent 0649268 commit c1b594e

1 file changed

Lines changed: 36 additions & 36 deletions

File tree

src/sections/Pricing/review-slider.js

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,44 @@ import Louie from "./reviews/louie-corbo.jpeg";
2121
import Abdechakour from "./reviews/abdechakour-h.jpeg";
2222

2323
const settings = {
24-
dots: false,
25-
infinite: true,
26-
speed: 400,
27-
slidesToShow: 3,
28-
slidesToScroll: 1,
29-
autoplay: true,
30-
autoplaySpeed: 2000,
24+
dots: false,
25+
infinite: true,
26+
speed: 400,
27+
slidesToShow: 3,
28+
slidesToScroll: 1,
29+
autoplay: true,
30+
autoplaySpeed: 2000,
3131

32-
responsive: [
33-
{
34-
breakpoint: 1300,
35-
settings: {
36-
slidesToShow: 2.5,
37-
}
38-
},
39-
{
40-
breakpoint: 1024,
41-
settings: {
42-
slidesToShow: 2,
43-
}
44-
},
45-
{
46-
breakpoint: 800,
47-
settings: {
48-
slidesToShow: 1.5,
49-
slidesToScroll: 0.5,
50-
}
51-
},
52-
{
53-
breakpoint: 600,
54-
settings: {
55-
slidesToShow: 1,
56-
slidesToScroll: 1,
57-
autoplaySpeed: 2000,
58-
}
32+
responsive: [
33+
{
34+
breakpoint: 1300,
35+
settings: {
36+
slidesToShow: 2.5,
5937
}
60-
]
61-
};
38+
},
39+
{
40+
breakpoint: 1024,
41+
settings: {
42+
slidesToShow: 2,
43+
}
44+
},
45+
{
46+
breakpoint: 800,
47+
settings: {
48+
slidesToShow: 1.5,
49+
slidesToScroll: 0.5,
50+
}
51+
},
52+
{
53+
breakpoint: 600,
54+
settings: {
55+
slidesToShow: 1,
56+
slidesToScroll: 1,
57+
autoplaySpeed: 2000,
58+
}
59+
}
60+
]
61+
};
6262

6363
const ReviewsWrapper = styled.div`
6464
max-width: 100%;

0 commit comments

Comments
 (0)