diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index 0088d1c3..53ab500e 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -118,24 +118,24 @@ export function FeedItemCard({ armColor.bg, "bg-background/70" )}> - -
-
- + +
+
+ - + {item.authorName?.[0]?.toUpperCase() || "U"}
-
- +
+ {item.authorName} - + {armLabel}
@@ -146,19 +146,20 @@ export function FeedItemCard({ variant={isFollowing ? "outline" : "default"} onClick={() => onToggleFollow(item.authorId)} className={cn( - "rounded-full border-border/60 flex-shrink-0", + "rounded-full border-border/60 flex-shrink-0 text-xs sm:text-sm h-8 sm:h-9 px-3 sm:px-4", isFollowing ? "bg-background/80 text-foreground" : "bg-gradient-to-r from-aethex-500 to-neon-blue text-white", )} > - {isFollowing ? "Following" : "Follow"} + {isFollowing ? "Following" : "Follow"} + {isFollowing ? "✓" : "+"}
- + {hasMedia && ( -
+
{item.mediaType === "video" ? ( <>