From a6eae42eadcb49ee6f8308f8f4930766fb7b1c99 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 16:44:21 +0800 Subject: [PATCH] arrow false --- components/CoursesSilder.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/CoursesSilder.tsx b/components/CoursesSilder.tsx index 6be1640..cb70324 100644 --- a/components/CoursesSilder.tsx +++ b/components/CoursesSilder.tsx @@ -13,6 +13,7 @@ import './slick.css' const CoursesSilder = ({ courses }: { courses: CoursesProps[] }) => { const settings = { + arrows: false, dots: true, infinite: true, speed: 500,