From fdd532755d9d731b1c818ad5e67785fb168c75d7 Mon Sep 17 00:00:00 2001 From: Keyur Nagar Date: Thu, 19 Sep 2024 20:29:40 +0530 Subject: [PATCH] typescript error fixed for Image component --- web/components/AppNoLink.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/AppNoLink.tsx b/web/components/AppNoLink.tsx index 05268f4d55..447b621d67 100644 --- a/web/components/AppNoLink.tsx +++ b/web/components/AppNoLink.tsx @@ -12,8 +12,8 @@ function AppNoLink({ iconUrl, name }: AppNoLinkPros) { blurDataURL="/brands/aurory.jpg" //TODO: fix me placeholder="blur" quality={50} - width="100px" - height="100px" + width="100" + height="100" style={{ borderRadius: '4px' }} />