Skip to content

Commit 7adec12

Browse files
committed
Change home hero graphic image loading to eager
1 parent 4241b86 commit 7adec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function Index() {
112112
<div className="overflow-hidden">
113113
<section className="container-new pb-26-until-sm mt-10 mb-10-sm text-center">
114114
<div className="w-100">
115-
<img id="home-hero-graphic" alt="(stylized X graphic surrounded by a diverse mix of people)" width="856" height="469" loading="lazy" />
115+
<img id="home-hero-graphic" alt="(stylized X graphic surrounded by a diverse mix of people)" width="856" height="469" loading='eager' />
116116
</div>
117117
<div className="col-lg-6 mx-auto text-center pl-0 pr-0">
118118
<div className="d-flex flex-column-reverse">

0 commit comments

Comments
 (0)