Update Icon.tsx

This commit is contained in:
skidoodle
2022-05-30 09:42:16 +02:00
committed by GitHub
parent b71a28198a
commit 69a82bf502

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