removed bg color

This commit is contained in:
pramod mahajan 2025-08-25 11:26:58 +05:30
parent 3e2d601739
commit 84837bbe45

View File

@ -47,7 +47,7 @@ const Profile = ({ data }) => {
</div>
{data?.description && (
<div className="col rounded-2 bg-light justify-content-start p-2">
<div className="col rounded-2 justify-content-start p-2">
<p className="m-0">{data?.description}</p>
</div>
)}