Skip to content

Commit

Permalink
chore: adjust social counter max width
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Sep 9, 2024
1 parent 52b3963 commit 053dd7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ProfileSocialCounters = ({ className }: any) => {
return (
<div
className={cn(
"flex flex-wrap items-center justify-center gap-6 gap-y-4 sm:flex-nowrap",
"flex max-w-xl flex-wrap items-center justify-center gap-6 gap-y-4 sm:flex-nowrap",
className
)}
>
Expand Down Expand Up @@ -89,7 +89,7 @@ const RelevantFollowers = ({
imageUrls={relevantFollowers.slice(0, 3).map(({ pfp_url }) => pfp_url)}
count={relevantFollowers.length}
/>
<div className="max-w-64 text-balance text-muted-foreground leading-tight">
<div className="text-balance text-muted-foreground leading-tight">
Followed by{" "}
<span className="inline-block max-w-24 truncate align-bottom font-bold">
{firstFc.display_name}
Expand Down

0 comments on commit 053dd7a

Please sign in to comment.