Remove duplicate caption snippet in FeedItemCard header

cgen-358b4a495b7945d1a012774a228c7eeb
This commit is contained in:
Builder.io 2025-10-18 04:39:16 +00:00
parent 52fffed409
commit 1fce2d2c8e

View file

@ -48,9 +48,7 @@ export function FeedItemCard({
<CardTitle className="text-lg font-semibold text-foreground"> <CardTitle className="text-lg font-semibold text-foreground">
{item.authorName} {item.authorName}
</CardTitle> </CardTitle>
<CardDescription> {/* Removed snippet to avoid duplicate text with full caption below */}
{item.caption ? item.caption.slice(0, 120) : "Shared an update"}
</CardDescription>
</div> </div>
</div> </div>
<Button <Button