From a3062b30db2036e587516405354f229599dccc9f Mon Sep 17 00:00:00 2001 From: Kartik Gothwal Date: Thu, 14 Sep 2023 16:19:06 +0530 Subject: [PATCH] Update newscarousel.js --- app/components/newscarousel.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/newscarousel.js b/app/components/newscarousel.js index b1a3681f..a1c91a37 100644 --- a/app/components/newscarousel.js +++ b/app/components/newscarousel.js @@ -94,12 +94,12 @@ function Newscarousel(props) { }, }, ]} - prevArrow={} - nextArrow={} - > + > + {props.carousels.map((item, i) => ( - ))} + ))} + );