Skip to content

Commit 0c3716a

Browse files
committed
set priority to hero images
1 parent 6d61d20 commit 0c3716a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/layouts/Roadmap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export const RoadmapLayout: React.FC<IProps> = ({
180180
width={700}
181181
height={345}
182182
quality="100"
183+
priority
183184
/>
184185
</Center>
185186
</Flex>

src/layouts/Staking.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export const StakingLayout: React.FC<IProps> = ({
278278
width={400}
279279
height={340}
280280
quality="100"
281+
priority
281282
/>
282283
</HeroContainer>
283284
<Page dir={isRightToLeft ? "rtl" : "ltr"}>

src/layouts/Upgrade.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export const UpgradeLayout: React.FC<IProps> = ({
200200
height={525}
201201
style={{ objectFit: "cover" }}
202202
quality="100"
203+
priority
203204
flex={{ base: "1 1 100%", md: "none" }}
204205
alignSelf={{ base: "center", md: "flex-end" }}
205206
/>

src/layouts/UseCases.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export const UseCasesLayout: React.FC<IProps> = ({
215215
height={610}
216216
style={{ objectFit: "cover" }}
217217
quality="100"
218+
priority
218219
alignSelf={{
219220
base: "center",
220221
lg: "normal",

0 commit comments

Comments
 (0)