From 90a213750ea651ea5716edea8958a2e7edcb5d48 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sun, 29 May 2022 20:10:47 +0200 Subject: [PATCH] commit --- components/Icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icon.tsx b/components/Icon.tsx index 0a8d167..eaed279 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} ) : (