match profile correct

This commit is contained in:
Meenadeveloper 2025-12-02 11:08:49 +05:30
parent f2db59894f
commit 5b615caf44

View File

@ -113,7 +113,7 @@ function ProfileCard({ profile }) {
</span>
</div>
{/* <div className="flex gap-3 my-2 justify-between w-full px-[0px]">
<div className="flex gap-3 my-2 justify-between w-full px-[0px]">
<button
onClick={(e) => {
e.stopPropagation();
@ -149,9 +149,9 @@ function ProfileCard({ profile }) {
Interest
</button>
</div> */}
</div>
<div className="flex gap-3 my-2 justify-between w-full px-[0px]">
{/* <div className="flex gap-3 my-2 justify-between w-full px-[0px]">
<div className="flex gap-2">
<Fab size="medium" color="primary" aria-label="add">
<MessageIcon />
@ -178,7 +178,7 @@ function ProfileCard({ profile }) {
>
View Details
</Button>
</div>
</div> */}
</div>
</div>
);