mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
commit
This commit is contained in:
parent
dcdc079715
commit
90a213750e
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 ? (
|
||||
<a onClick={() => doThings(reference)}>
|
||||
<a href='#' onClick={() => doThings(reference)}>
|
||||
{icon}
|
||||
</a>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue