1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 13:26:40 +07:00

fixed LoaderCircle size on flow hero

This commit is contained in:
Fedor Katurov 2021-10-12 16:23:47 +07:00
parent bf16c0ca22
commit 65d13afab9
2 changed files with 2 additions and 1 deletions

View file

@ -64,6 +64,7 @@ const FlowHeroUnconnected: FC<IProps> = ({ heroes }) => {
src={getURL({ url: hero.thumbnail }, preset)}
key={hero.id}
onLoad={() => onLoad(i)}
alt=""
/>
))}
</div>