diff --git a/src/components/cards/CustomCard.jsx b/src/components/cards/CustomCard.jsx index 37ff145..719b2ac 100644 --- a/src/components/cards/CustomCard.jsx +++ b/src/components/cards/CustomCard.jsx @@ -34,25 +34,25 @@ const CustomCard = ({ icon: Icon, title, body, bgColor, textColor }) => { }, }} > - {Icon && ( - - + + + + {title} + + {Icon && ( + + )} - )} - - - {title} -