From 6788a1d89f75d4b012e1255e5f9c81e085a6c513 Mon Sep 17 00:00:00 2001 From: Mike Bifulco Date: Thu, 27 Feb 2025 08:28:08 -0500 Subject: [PATCH] fix: vercel really tryna pull one on me here --- src/components/Avatar/Avatar.tsx | 1 + src/components/Headshot/Headshot.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Avatar/Avatar.tsx b/src/components/Avatar/Avatar.tsx index 4f9cea16..2ffa86bf 100644 --- a/src/components/Avatar/Avatar.tsx +++ b/src/components/Avatar/Avatar.tsx @@ -50,6 +50,7 @@ const Avatar: React.FC = ({ variant === 'lg' && '48px', // h-12 variant === 'xl' && '56px' // h-14 )} + unoptimized /> ) : (
);