This commit is contained in:
skidoodle 2022-05-29 20:10:47 +02:00
parent dcdc079715
commit 90a213750e

View file

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