Skip to content

Commit e8fe5d9

Browse files
committed
Merge branch 'community-page' of github.com:ethereum/ethereum-org-fork into community-page
2 parents 766862b + f55d2c8 commit e8fe5d9

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)