We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828069b + eddcd43 commit b253b46Copy full SHA for b253b46
www/components/profile-card/client.tsx
@@ -28,7 +28,13 @@ export default function ProfileCardClient({
28
className="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow"
29
>
30
<div className="aspect-square relative">
31
- <Image src={avatarUrl} alt={name} fill className="object-cover" />
+ <Image
32
+ src={avatarUrl}
33
+ alt={name}
34
+ fill
35
+ className="object-cover"
36
+ unoptimized
37
+ />
38
</div>
39
<div className="p-4">
40
<h3 className="text-lg font-semibold mb-1 truncate">{name}</h3>
0 commit comments