forked from abner/for-legacy-web
Use loading="lazy" in more places.
i18n invites page. Polish the bans page.
This commit is contained in:
@@ -97,6 +97,7 @@ export function TypingIndicator({ typing }: Props) {
|
||||
<div className="avatars">
|
||||
{users.map((user) => (
|
||||
<img
|
||||
loading="eager"
|
||||
src={client.users.getAvatarURL(
|
||||
user._id,
|
||||
{ max_side: 256 },
|
||||
|
||||
Reference in New Issue
Block a user