match profile correct
This commit is contained in:
parent
f2db59894f
commit
5b615caf44
@ -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>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user