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