diff --git a/src/components/LogosSection/logosSection.js b/src/components/LogosSection/logosSection.js index cef52d7e..44020557 100644 --- a/src/components/LogosSection/logosSection.js +++ b/src/components/LogosSection/logosSection.js @@ -28,7 +28,7 @@ const LogosSection = ({ data }) => { const responsive = { desktop: { breakpoint: { max: 3000, min: 1024 }, - items: 5 + items: 4 }, tablet: { breakpoint: { max: 1024, min: 768 }, @@ -63,13 +63,13 @@ const LogosSection = ({ data }) => { 4} autoPlaySpeed={3000} - rewind={true} - infinite={true} + infinite={logoList.length > 4} containerClass={'containerCarrusel'} customRightArrow={} customLeftArrow={} + removeArrowOnDeviceType={logoList.length <= 4 && ['tablet', 'desktop']} > {logoList}