mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
commit
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
|
||||
<>
|
||||
{
|
||||
copy ? (
|
||||
<a onClick={() => doThings(reference)}>
|
||||
<a href='#' onClick={() => doThings(reference)}>
|
||||
{icon}
|
||||
</a>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user