removed bg color
This commit is contained in:
parent
3e2d601739
commit
84837bbe45
@ -47,7 +47,7 @@ const Profile = ({ data }) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{data?.description && (
|
{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>
|
<p className="m-0">{data?.description}</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user