From 36e177158e4b027fd6992d5346f8cb7146280eb9 Mon Sep 17 00:00:00 2001 From: vijayasree garapati Date: Fri, 1 Jul 2022 11:09:13 +0400 Subject: [PATCH] feat: image placeholder-blurred --- src/pages/home/carousel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/home/carousel.tsx b/src/pages/home/carousel.tsx index 54dd947e..b577df40 100644 --- a/src/pages/home/carousel.tsx +++ b/src/pages/home/carousel.tsx @@ -213,7 +213,7 @@ const data = [ alt="Designing scalable apps" objectFit="contain" loading="eager" - placeholder="tracedSVG" + placeholder="blurred" layout="fullWidth" /> ), @@ -227,7 +227,7 @@ const data = [ alt="Creating reliable platforms" objectFit="contain" loading="eager" - placeholder="tracedSVG" + placeholder="blurred" layout="fullWidth" /> ), @@ -241,7 +241,7 @@ const data = [ alt="Building powerful software" objectFit="contain" loading="eager" - placeholder="tracedSVG" + placeholder="blurred" layout="fullWidth" style={{ 'padding-top': ' 100%' }} />