Remove duplicate caption snippet in FeedItemCard header
cgen-358b4a495b7945d1a012774a228c7eeb
This commit is contained in:
parent
52fffed409
commit
1fce2d2c8e
1 changed files with 1 additions and 3 deletions
|
|
@ -48,9 +48,7 @@ export function FeedItemCard({
|
|||
<CardTitle className="text-lg font-semibold text-foreground">
|
||||
{item.authorName}
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
{item.caption ? item.caption.slice(0, 120) : "Shared an update"}
|
||||
</CardDescription>
|
||||
{/* Removed snippet to avoid duplicate text with full caption below */}
|
||||
</div>
|
||||
</div>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue