Przeglądaj źródła

lazy load image

AykutSarac 2 lat temu
rodzic
commit
4d0386b32e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/containers/Home/index.tsx

+ 1 - 1
src/containers/Home/index.tsx

@@ -289,7 +289,7 @@ const SponsorSection = () => (
 const Footer = () => (
   <Styles.StyledFooter>
     <Styles.StyledFooterText>
-      © <img width="100" src="assets/icon.png" alt="icon" />
+      © <img width="100" src="assets/icon.png" alt="icon" loading="lazy" />
       {new Date().getFullYear()} - {pkg.version}
     </Styles.StyledFooterText>
     <Styles.StyledIconLinks>