From 9847a99b7674cdd1d6fe206dd67d1f44b83622ea Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Wed, 26 Feb 2025 14:08:55 -0700 Subject: [PATCH] Update Avatar.tsx --- web/src/components/ui/avatar/Avatar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/ui/avatar/Avatar.tsx b/web/src/components/ui/avatar/Avatar.tsx index 71e0106ad..13fc14aac 100644 --- a/web/src/components/ui/avatar/Avatar.tsx +++ b/web/src/components/ui/avatar/Avatar.tsx @@ -33,8 +33,8 @@ Avatar.displayName = 'Avatar'; const BusterAvatarFallback: React.FC = () => { return ( -
- +
+
); };