diff --git a/web/src/components/UserAvatar.tsx b/web/src/components/UserAvatar.tsx index 7f47589..849acd3 100644 --- a/web/src/components/UserAvatar.tsx +++ b/web/src/components/UserAvatar.tsx @@ -6,7 +6,7 @@ interface Props { const UserAvatar = (props: Props) => { const { avatarUrl, className } = props; return ( -