arrow false
This commit is contained in:
parent
b7d4fdfb8e
commit
a6eae42ead
|
@ -13,6 +13,7 @@ import './slick.css'
|
|||
|
||||
const CoursesSilder = ({ courses }: { courses: CoursesProps[] }) => {
|
||||
const settings = {
|
||||
arrows: false,
|
||||
dots: true,
|
||||
infinite: true,
|
||||
speed: 500,
|
||||
|
|
Loading…
Reference in New Issue