mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Use loading="lazy" in more places.
i18n invites page. Polish the bans page.
This commit is contained in:
@@ -91,6 +91,7 @@ export default function Embed({ embed }: Props) {
|
||||
<div className={styles.siteinfo}>
|
||||
{embed.icon_url && (
|
||||
<img
|
||||
loading="lazy"
|
||||
className={styles.favicon}
|
||||
src={client.proxyFile(embed.icon_url)}
|
||||
draggable={false}
|
||||
|
||||
Reference in New Issue
Block a user