Skip to content

Commit

Permalink
forgot one 'cursor-pointer'
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ur1n0 committed Feb 12, 2025
1 parent bd60ce3 commit a940a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/FollowingFollowerProfileElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function FollowingFollowerProfileElement({friends}: Props) {

<Dialog>
<DialogTrigger asChild>
<p className="">
<p className="cursor-pointer">
<span className="font-bold">
{friends.following.length}
</span>{" "}
Expand Down

0 comments on commit a940a12

Please sign in to comment.