From 84837bbe4555d1b08a8df996c10770c589c60262 Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Mon, 25 Aug 2025 11:26:58 +0530 Subject: [PATCH] removed bg color --- src/components/Tenant/Profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tenant/Profile.jsx b/src/components/Tenant/Profile.jsx index 74178503..50cd99a4 100644 --- a/src/components/Tenant/Profile.jsx +++ b/src/components/Tenant/Profile.jsx @@ -47,7 +47,7 @@ const Profile = ({ data }) => { {data?.description && ( -
+

{data?.description}

)}