mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-22 16:27:55 -03:00
Hecha links paginas usuarios
This commit is contained in:
@@ -60,10 +60,12 @@
|
|||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div class="flex gap-3">
|
<div class="flex gap-3">
|
||||||
|
<a href={`/${post.authorName}`}>
|
||||||
<Avatar>
|
<Avatar>
|
||||||
<AvatarImage></AvatarImage>
|
<AvatarImage></AvatarImage>
|
||||||
<AvatarFallback>{post.authorDisplayName[0].toUpperCase()}</AvatarFallback>
|
<AvatarFallback>{post.authorDisplayName[0].toUpperCase()}</AvatarFallback>
|
||||||
</Avatar>
|
</Avatar>
|
||||||
|
</a>
|
||||||
<div class="flex space-x-2">
|
<div class="flex space-x-2">
|
||||||
<span class="text-lg font-medium">{post.authorDisplayName}</span>
|
<span class="text-lg font-medium">{post.authorDisplayName}</span>
|
||||||
<span class="text-lg text-muted-foreground">@{post.authorName}</span>
|
<span class="text-lg text-muted-foreground">@{post.authorName}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user