From 87f40ffbb8dc7b127ea0fd09a4fde7a6592f48ef Mon Sep 17 00:00:00 2001 From: Mughil Date: Fri, 22 Dec 2023 12:20:31 +0530 Subject: [PATCH] fix : Prize money in App view --- src/components/Carousel/slideData.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/Carousel/slideData.tsx b/src/components/Carousel/slideData.tsx index 2329e2f..dcb2c8d 100644 --- a/src/components/Carousel/slideData.tsx +++ b/src/components/Carousel/slideData.tsx @@ -106,17 +106,24 @@ const SlideData: React.FC = ({ details }) => { className={`h-5/6 w-full rounded-xl ${styles.eventImg}`} /> +
-
-
+
+
{details.date}
+
+ {' '} + {details.location}{' '} +
-
- - Location - - {details.location} +
+
+ {details.price} +
+
+ Prize Money +