From 81e2a2e08350c62277207138804ed752b123b8b7 Mon Sep 17 00:00:00 2001 From: Dominik Stumpf Date: Fri, 6 Sep 2024 19:01:39 +0200 Subject: [PATCH] fix: remove quotes from fc relevant followers, size AvatarGroup image --- .../(marketing)/profile/_components/ProfileSocialCounters.tsx | 2 +- src/v2/components/ui/AvatarGroup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ({
{imageUrls.map((src, i) => ( - +