From 439d88f06b1b26cc04fffe12b6fd8b7909d5a3af Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 12 Sep 2023 23:35:10 +0800 Subject: [PATCH] chore: fix user avatar style --- web/src/components/UserAvatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/UserAvatar.tsx b/web/src/components/UserAvatar.tsx index ce9535f0..02a62a09 100644 --- a/web/src/components/UserAvatar.tsx +++ b/web/src/components/UserAvatar.tsx @@ -8,7 +8,7 @@ interface Props { const UserAvatar = (props: Props) => { const { avatarUrl, className } = props; return ( -
+