mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Update Icon.tsx
This commit is contained in:
parent
b71a28198a
commit
69a82bf502
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
|
||||||
<>
|
<>
|
||||||
{
|
{
|
||||||
copy ? (
|
copy ? (
|
||||||
<a href='#' onClick={() => doThings(reference)}>
|
<a href='javascript:void(0)' onClick={() => doThings(reference)}>
|
||||||
{icon}
|
{icon}
|
||||||
</a>
|
</a>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue