diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index ba2dff79..f86f37af 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -115,14 +115,24 @@ export function FeedItemCard({
- -
- + Followers: {followStats.followers} - + Following: {followStats.following} {degree && ( - {degree} degree + + {degree} degree + )} {profile.github_url && (