match profile correct
This commit is contained in:
parent
f2db59894f
commit
5b615caf44
@ -113,7 +113,7 @@ function ProfileCard({ profile }) {
|
|||||||
</span>
|
</span>
|
||||||
</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]">
|
||||||
<button
|
<button
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
@ -149,9 +149,9 @@ function ProfileCard({ profile }) {
|
|||||||
|
|
||||||
Interest
|
Interest
|
||||||
</button>
|
</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">
|
<div className="flex gap-2">
|
||||||
<Fab size="medium" color="primary" aria-label="add">
|
<Fab size="medium" color="primary" aria-label="add">
|
||||||
<MessageIcon />
|
<MessageIcon />
|
||||||
@ -178,7 +178,7 @@ function ProfileCard({ profile }) {
|
|||||||
>
|
>
|
||||||
View Details
|
View Details
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user