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