mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-10 06:39:40 +02:00
fix(ProfileInfoCard): enhance avatar image styling for better display
This commit is contained in:
@@ -86,7 +86,7 @@ const ProfileInfoCard: React.FC<ProfileInfoCardProps> = React.memo(({ pubkey })
|
||||
<CardHeader>
|
||||
<div className="flex items-center gap-6">
|
||||
<Avatar className="h-24 w-24">
|
||||
<AvatarImage src={userData?.picture} alt={title} />
|
||||
<AvatarImage className="object-cover w-full h-full" src={userData?.picture} alt={title} />
|
||||
</Avatar>
|
||||
<div className="flex flex-col gap-1.5">
|
||||
<Link href={`/profile/${nip19.npubEncode(pubkey)}`}>
|
||||
|
||||
Reference in New Issue
Block a user