diff --git a/website/theme/components/Landingpage/BuiltWithRspack/index.tsx b/website/theme/components/Landingpage/BuiltWithRspack/index.tsx index a34c08591a9..91f4cb5220f 100644 --- a/website/theme/components/Landingpage/BuiltWithRspack/index.tsx +++ b/website/theme/components/Landingpage/BuiltWithRspack/index.tsx @@ -62,7 +62,7 @@ const CompanyItem = ({ item }: { item: Company }) => { const { logo, name, url, text, width } = item; return ( - + {text !== undefined ? ( {text} ) : ( diff --git a/website/theme/components/Landingpage/FullyFeatured/index.tsx b/website/theme/components/Landingpage/FullyFeatured/index.tsx index 8d6c8b5df11..6bd2a82b234 100644 --- a/website/theme/components/Landingpage/FullyFeatured/index.tsx +++ b/website/theme/components/Landingpage/FullyFeatured/index.tsx @@ -125,6 +125,7 @@ const FullyFeatured = memo(() => { src={icon} alt={index.toString()} className={styles.icon} + loading="lazy" />
{desc}