mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 12:06:54 -05:00
bye avatars io
This commit is contained in:
@@ -16,7 +16,7 @@ const UserAvatar: React.FC<UserAvatarProps & BoxProps> = ({
|
||||
return (
|
||||
<Avatar
|
||||
name={name}
|
||||
src={`https://avatars.io/twitter/${twitterName}`}
|
||||
//src={`https://avatars.io/twitter/${twitterName}`}
|
||||
size={size}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user