From 39fbc7b6c2f9aa1dc7ffed15a0d58c461147534e Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Tue, 8 Jul 2025 15:27:27 +0000 Subject: [PATCH] use object-cover to fit non-square avatars properly in frame --- src/components/ui/avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/avatar.tsx b/src/components/ui/avatar.tsx index 2a948cb..a85b7a0 100644 --- a/src/components/ui/avatar.tsx +++ b/src/components/ui/avatar.tsx @@ -24,7 +24,7 @@ const AvatarImage = React.forwardRef< >(({ className, ...props }, ref) => ( ))