arrow false

This commit is contained in:
Philip Cheung 2024-10-08 16:44:21 +08:00
parent b7d4fdfb8e
commit a6eae42ead
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import './slick.css'
const CoursesSilder = ({ courses }: { courses: CoursesProps[] }) => {
const settings = {
arrows: false,
dots: true,
infinite: true,
speed: 500,