Skip to content

Commit 585e9a3

Browse files
committed
fix: partner icons in carousel eagerly load to avoid not loading when entering the viewport
1 parent 0e31214 commit 585e9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/home/components/TrustedBy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const PartnersCarousel: React.FC<IPartnersCarousel> = ({ partners }) => (
7575
className={
7676
"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2"
7777
}
78+
loading="eager"
7879
/>
7980
</CustomLink>
8081
))}

0 commit comments

Comments
 (0)