Skip to content

Commit

Permalink
Removing unimplemented changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smaln committed Jun 9, 2024
1 parent 90cec05 commit 29d8bfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/MatchCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ const MatchCard = ({
<LocationOnIcon color="inherit" fontSize="inherit" />
<span>{user.location}</span>
</div>
<div className="top-5 right-4 absolute flex items-center justify-center gap-1 bg-gray-500/60 p-2 rounded-lg text-sm text-white">
<span>{" km"}</span>
</div>
<div
className="flex z-10 items-center gap-2 px-5 pb-4 text-white cursor-pointer w-full justify-between"
onClick={openDetailedProfile}
Expand Down

0 comments on commit 29d8bfe

Please sign in to comment.