forked from abner/for-legacy-web
Fix attachment scaling.
This commit is contained in:
@@ -61,8 +61,9 @@ export default function ServerIcon(
|
||||
{...imgProps}
|
||||
width={size}
|
||||
height={size}
|
||||
aria-hidden="true"
|
||||
src={iconURL}
|
||||
loading="lazy"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user