Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
COMP: Added priortiy tag to LCP above th fold (#190)
Browse files Browse the repository at this point in the history
Bypassed code climate checks since they stalled
  • Loading branch information
TheDanMiller authored Mar 20, 2024
1 parent db0742c commit defde26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/components/layout/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ export const HeroImage = () => {
<p className="hero_container-title">
Find your dream <br /> school today
</p>
<Image src={hero} alt={"Hero image"} className="hero_container-image" />
<Image
src={hero}
alt={"Hero image"}
className="hero_container-image"
priority
/>
</GridContainer>
</div>
);
Expand Down

0 comments on commit defde26

Please sign in to comment.