Skip to content

Commit 7a36153

Browse files
committed
Lazy load logos
1 parent afc345f commit 7a36153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/LandingPageLayout.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ module TrustedBy = {
519519
| Logo({name, path, url}) => (
520520
name,
521521
<a href=url rel="noopener noreferrer">
522-
<img className="hover:opacity-75 max-w-sm h-12" src=path />
522+
<img className="hover:opacity-75 max-w-sm h-12" src=path loading=#lazy />
523523
</a>,
524524
)
525525
}

0 commit comments

Comments
 (0)