From 57e89bdcfc896ff040d6083e139e4c554ee92056 Mon Sep 17 00:00:00 2001 From: varbuzz Date: Thu, 6 Jul 2023 16:27:34 +0545 Subject: [PATCH] fix: center the content --- src/scenes/Dashboard/fragments/ImageList.tsx | 61 ++++++++++---------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/src/scenes/Dashboard/fragments/ImageList.tsx b/src/scenes/Dashboard/fragments/ImageList.tsx index 9f09e22..92195dd 100644 --- a/src/scenes/Dashboard/fragments/ImageList.tsx +++ b/src/scenes/Dashboard/fragments/ImageList.tsx @@ -19,42 +19,43 @@ const ImageListings = () => { > #FuniroFurniture - - + - - {itemData.map((item) => ( - - {item.title} - - ))} - - {' '} - + + + {itemData.map((item) => ( + + {item.title} + + ))} + + + + ); };