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

Commit

Permalink
fix: added the loading eager to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Nov 10, 2023
1 parent 3bac6f1 commit ac7cd8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/pages/deriv-ctrader/hero-banner/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const hero_content_data: DerivProductContentType = {
<StaticImage
src="../../../../images/common/trading-platforms/ctrader/ctrader-hero.png"
alt="Deriv ctrader online trading platform"
loading="eager"
quality={100}
formats={['avif', 'webp', 'auto']}
objectFit="contain"
Expand All @@ -20,6 +21,7 @@ export const hero_content_data: DerivProductContentType = {
<StaticImage
src="../../../../images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png"
alt="Deriv ctrader online trading platform"
loading="eager"
quality={100}
formats={['avif', 'webp', 'auto']}
objectFit="contain"
Expand Down

0 comments on commit ac7cd8b

Please sign in to comment.