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