chore: Update translations

This commit is contained in:
2023-08-29 13:56:46 +00:00
parent ec2b11bd75
commit 3b11831723
9 changed files with 242 additions and 239 deletions

View File

@ -36,7 +36,8 @@ export const ProxyImg = (props: ProxyImgProps) => {
<img
{...props}
src={props.src ? proxy(props.src, props.size) : ""}
width={props.size} height={props.size}
width={props.size}
height={props.size}
onError={e => {
if (props.onError) {
props.onError(e);