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} + + ))} + + + + ); };