diff --git a/client/src/components/Landing/Landing.js b/client/src/components/Landing/Landing.js index 8c1eeee7..cc0f2b26 100644 --- a/client/src/components/Landing/Landing.js +++ b/client/src/components/Landing/Landing.js @@ -22,7 +22,8 @@ const settings = { autoplay: true, // Automatically change slides autoplaySpeed: 3000, // Change slide every 3 seconds fade: true, // Use a fade transition - cssEase: 'linear' + cssEase: 'linear', + arrows: false }; // Array of images to display in the carousel