From 69a82bf502b33b961931ba773c0c181c5356778a Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Mon, 30 May 2022 09:42:16 +0200 Subject: [PATCH] Update Icon.tsx --- components/Icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icon.tsx b/components/Icon.tsx index eaed279..f8829f8 100644 --- a/components/Icon.tsx +++ b/components/Icon.tsx @@ -6,7 +6,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy <> { copy ? ( - doThings(reference)}> + doThings(reference)}> {icon} ) : (