Skip to content

Commit 356b8f1

Browse files
authored
Merge pull request #1756 from garima-agarwall/fix/testimonial-scroll-speed
fix: increase testimonial card scroll speed (closes #1717)
2 parents af3f3e3 + e47bfe6 commit 356b8f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/testimonials/TestimonialCarousel.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,19 +263,19 @@ export function TestimonialCarousel() {
263263
>
264264
<TestimonialsColumn
265265
testimonialsList={col1}
266-
duration={15}
266+
duration={8}
267267
isDark={isDark}
268268
/>
269269
<TestimonialsColumn
270270
testimonialsList={col2}
271271
className="hidden sm:block"
272-
duration={21}
272+
duration={11}
273273
isDark={isDark}
274274
/>
275275
<TestimonialsColumn
276276
testimonialsList={col3}
277277
className="hidden lg:block"
278-
duration={18}
278+
duration={9}
279279
isDark={isDark}
280280
/>
281281
</div>

0 commit comments

Comments
 (0)