Skip to content

Commit f55d2c8

Browse files
nhszpettinarip
andauthored
Update src/components/Hero/ContentHero/index.tsx
Co-authored-by: Pablo Pettinari <[email protected]>
1 parent 09e02b0 commit f55d2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hero/ContentHero/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const ContentHero = (props: ContentHeroProps) => {
2323
<Image
2424
src={heroImg}
2525
alt=""
26-
loading="eager"
27-
objectFit="contain"
26+
priority
27+
style={{ objectFit: "contain" }}
2828
boxSize="full"
2929
/>
3030
</Box>

0 commit comments

Comments
 (0)