From b7ff219e6eca5f7f97dbd816639dbf5933e7ed2c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 23 Jun 2025 22:49:53 -0500 Subject: [PATCH] avatar: object-cover --- 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 991f56e..2a948cb 100644 --- a/src/components/ui/avatar.tsx +++ b/src/components/ui/avatar.tsx @@ -24,7 +24,7 @@ const AvatarImage = React.forwardRef< >(({ className, ...props }, ref) => ( ))