|
@@ -289,7 +289,7 @@ const SponsorSection = () => (
|
|
const Footer = () => (
|
|
const Footer = () => (
|
|
<Styles.StyledFooter>
|
|
<Styles.StyledFooter>
|
|
<Styles.StyledFooterText>
|
|
<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}
|
|
{new Date().getFullYear()} - {pkg.version}
|
|
</Styles.StyledFooterText>
|
|
</Styles.StyledFooterText>
|
|
<Styles.StyledIconLinks>
|
|
<Styles.StyledIconLinks>
|