diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2024-12-03 08:39:10 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2024-12-03 08:39:10 +0000 |
| commit | 2b54406f6afd4ad9ac7909439e62cdafaa1e350b (patch) | |
| tree | d375a2e2d342b8a08736428b8ea8fbecdd37123a /src/lib/flashSale/components | |
| parent | 325fe90403cc9febb1017eb27c620e4dd921aa24 (diff) | |
| parent | 57f400411555351f0b96799f5e4493c9c49b68e0 (diff) | |
Merged in CR/optimize_performance_2 (pull request #391)
CR/optimize performance 2
Diffstat (limited to 'src/lib/flashSale/components')
| -rw-r--r-- | src/lib/flashSale/components/FlashSale.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/flashSale/components/FlashSale.jsx b/src/lib/flashSale/components/FlashSale.jsx index 6d90cad7..f4be279e 100644 --- a/src/lib/flashSale/components/FlashSale.jsx +++ b/src/lib/flashSale/components/FlashSale.jsx @@ -47,6 +47,7 @@ const FlashSale = () => { width={1080} height={192} className='w-full rounded mb-4 hidden sm:block' + loading='eager' /> <Image src={flashSale.bannerMobile} @@ -54,6 +55,7 @@ const FlashSale = () => { width={256} height={48} className='w-full rounded mb-4 block sm:hidden' + loading='eager' /> <FlashSaleProduct flashSaleId={flashSale.pricelistId} |
