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} ) : (