From 41bea72ed63b48e6923db8c38b0f17eb9d4e4932 Mon Sep 17 00:00:00 2001 From: yamanidev Date: Sun, 5 May 2024 14:42:20 +0100 Subject: [PATCH] Made width/height attributes optional --- src/components/icons/InstagramIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icons/InstagramIcon.tsx b/src/components/icons/InstagramIcon.tsx index 20f7b14..1413700 100644 --- a/src/components/icons/InstagramIcon.tsx +++ b/src/components/icons/InstagramIcon.tsx @@ -3,8 +3,8 @@ function InstagramIcon({ height = "24", className }: { - width: string; - height: string; + width?: string; + height?: string; className?: string; }) { return (