diff --git a/src/app/(marketing)/profile/_components/ProfileSocialCounters.tsx b/src/app/(marketing)/profile/_components/ProfileSocialCounters.tsx index ca4beebe46..5e9e881082 100644 --- a/src/app/(marketing)/profile/_components/ProfileSocialCounters.tsx +++ b/src/app/(marketing)/profile/_components/ProfileSocialCounters.tsx @@ -93,7 +93,7 @@ const RelevantFollowers = ({ Followed by {firstFc.display_name} {secondFc && ( <> - ", " + , {secondFc.display_name} > )}{" "} diff --git a/src/v2/components/ui/AvatarGroup.tsx b/src/v2/components/ui/AvatarGroup.tsx index 01930e418c..a3cbd6da03 100644 --- a/src/v2/components/ui/AvatarGroup.tsx +++ b/src/v2/components/ui/AvatarGroup.tsx @@ -19,7 +19,7 @@ export const AvatarGroup = ({