Hecha links paginas usuarios

This commit is contained in:
TroianoLuca
2025-11-26 22:20:02 -03:00
parent 2b76717552
commit 7a57c5599a

View File

@@ -60,10 +60,12 @@
<div class="flex flex-col">
<div class="flex items-center justify-between">
<div class="flex gap-3">
<a href={`/${post.authorName}`}>
<Avatar>
<AvatarImage></AvatarImage>
<AvatarFallback>{post.authorDisplayName[0].toUpperCase()}</AvatarFallback>
</Avatar>
</a>
<div class="flex space-x-2">
<span class="text-lg font-medium">{post.authorDisplayName}</span>
<span class="text-lg text-muted-foreground">@{post.authorName}</span>