mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
commit
This commit is contained in:
@@ -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>
|
||||||
) : (
|
) : (
|
||||||
|
Reference in New Issue
Block a user