Update Icon.tsx

This commit is contained in:
skidoodle 2022-05-30 09:42:16 +02:00 committed by GitHub
parent b71a28198a
commit 69a82bf502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
<>
{
copy ? (
<a href='#' onClick={() => doThings(reference)}>
<a href='javascript:void(0)' onClick={() => doThings(reference)}>
{icon}
</a>
) : (