소스 검색

lazy load image

AykutSarac 2 년 전
부모
커밋
4d0386b32e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>