diff --git a/src/components/LogosSection/logosSection.js b/src/components/LogosSection/logosSection.js index cef52d7e..17f7b162 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: 3 }, tablet: { breakpoint: { max: 1024, min: 768 }, @@ -63,13 +63,14 @@ const LogosSection = ({ data }) => { 3} autoPlaySpeed={3000} rewind={true} infinite={true} containerClass={'containerCarrusel'} customRightArrow={} customLeftArrow={} + removeArrowOnDeviceType={logoList.length <= 3 && ['tablet', 'desktop']} > {logoList}