We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae42219 + 6788a1d commit 6f87e6dCopy full SHA for 6f87e6d
src/components/Avatar/Avatar.tsx
@@ -50,6 +50,7 @@ const Avatar: React.FC<AvatarProps> = ({
50
variant === 'lg' && '48px', // h-12
51
variant === 'xl' && '56px' // h-14
52
)}
53
+ unoptimized
54
/>
55
) : (
56
<div
src/components/Headshot/Headshot.tsx
@@ -12,6 +12,7 @@ const Headshot: React.FC<{
12
alt="Mike Bifulco headshot"
13
className={`headshot ${className}`}
14
priority={priority}
15
16
17
);
18
0 commit comments