Merge branch 'master' of github.com:skidoodle/portfolio-v2

This commit is contained in:
skidoodle 2022-06-13 19:12:01 +02:00
commit 1dbee7b012
4 changed files with 135 additions and 119 deletions

View file

@ -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>
) : (